jongleberry
jongleberry
this might break apps if someone is relying on this behavior, so i would wait for semver major.
unless we only set it to json if the type is not json-like
yeah, i've never seen it before either. i'm using "App Services", if that matters. doing it in `forwarded` would be better. i'm currently doing ``` js ip = url.parse(`http://{ip}`).hostname ```...
@fl0w yes! if someone can get started with a module, we can move it to https://github.com/jshttp if it's good
thanks! looking more into this, do you think it would be better if we just exposed the `URLSearchParams` instance as `ctx.request.searchParams` or something? yeah, not necessary, but query string is...
will need a test for this
are you more concerned with the disk size or app startup time? if the latter, we can lazy load it. if you're just worried about disk size, this would be...
if anything, I would prefer this to be a symbol. `const BACK = koa.BACK` where `BACK = Symbol('BACK')`
👍 this should be done downstream