- Added suppressRequestHeaders and suppressResponseHeaders options (#54)
- feat: [BREAKING_CHANGE] set jar = false by default (#48)
- feat: add a yieldNext option (#47)
- Add option to enable/disable following redirects (#45)
- surely most people would want to install this as regular dependency, not as global one (#36)
- Support requestOptions as functions (#28)
- Exposing the cookie jar to the options interface
- fix: should not return Transfer-encoding header
- Added support for requestOptions to be passed as options to the underlying request
- strip trailing slash from headers.host
- check contentType is defined before calling indexOf (fixes bug when used in conjunction with koa-bodyparser)
- added ability to have map as a function rather than an object
Add host
and match
option
Munge body object to JSON when appropriate
- fix headers option
- switch to co-request
- pass request method and body to proxy
return proxy's statusCode
should pass querystring
First commit