155 Commits (4f4ebd7531db3d1e8c1fd309c3dace6181d6175b)

Author SHA1 Message Date
Kevin Mårtensson 7e8af3362b Add `url` to response (#236) 8 years ago
Kevin Martensson 5888ca7aa1 `new Buffer()` => `Buffer.from()` 8 years ago
Kevin Mårtensson 205e224bcd Add `requestUrl` to response in streaming mode (#230) 8 years ago
Sindre Sorhus f616a0fced make XO happy 8 years ago
bisubus 21b8b4a5bf allow non-plain object as request body (#217) 8 years ago
Dylan Piercey 57f13d9af2 Detect formdata body and set content-type header (#220) 8 years ago
Luan Muniz 9185b5beb0 Fix location encoding (#214) 8 years ago
Luan Muniz 1409f828fe Add a `requestUrl` property to the response object (#205) 8 years ago
Roland Warmerdam 52a67e60a1 Add redirect url to response object (#191) 8 years ago
Sindre Sorhus 9bb4696c16 fix lint issues with latest XO 8 years ago
Sindre Sorhus 7ad5e0efc2 fix failing test caused by changes in `prepend-http` module 9 years ago
Sindre Sorhus f33514146c minor tweaks 9 years ago
Ruy Adorno b3cd961254 Added option to toggle automatic following redirects 9 years ago
Sindre Sorhus 814bcacd14 remove moot regex escape 9 years ago
Sindre Sorhus 0664b9802f code style - import order 9 years ago
André Cruz 26a499c033 Add statusCode to ParseError, closes #182. 9 years ago
Luigi Pinca 45a636c6c2 parse the response body only if it is not empty 9 years ago
birhoff f9078b6440 Close #171 PR: Fix user-agent string RFC 2616 Section 14.43. Fixes #169 9 years ago
Vsevolod Strukchinsky f9ef29a3fc convert method to uppercase in options 9 years ago
Vsevolod Strukchinsky 01d54e8e49 filter some nasty errors 9 years ago
Vsevolod Strukchinsky 4bfedec3f1 check for pipe method only (part 2) 9 years ago
Vsevolod Strukchinsky 8d37ed0b55 fix broken require 9 years ago
Vsevolod Strukchinsky f0c43efe34 fix rebase typo 9 years ago
Vsevolod Strukchinsky 112d70d3f7 replace git url with `@floatdrop/duplexer2` 9 years ago
Vsevolod Strukchinsky fa5a296129 remove object-assign 9 years ago
Vsevolod Strukchinsky 2989756030 simplify asPromise code 9 years ago
Vsevolod Strukchinsky 0e3954b055 merge asCallback with asPromise 9 years ago
Vsevolod Strukchinsky 20b7e845a6 remove callback interface 9 years ago
Vsevolod Strukchinsky 8af13eee18 fix failed rebase conflict 9 years ago
Vsevolod Strukchinsky 6fa957b53c replace duplexify with patched duplexer2 9 years ago
Vsevolod Strukchinsky cc36bb214a remove parse-json 9 years ago
Vsevolod Strukchinsky df6526461b var → const & let 9 years ago
Vsevolod Strukchinsky 9378d92120 replace read-all-stream with get-stream 9 years ago
Vsevolod Strukchinsky 3c66bd74c7 use string templates where appropriate 9 years ago
Vsevolod Strukchinsky 5f76fa016f basic consts and function arrow replacement 9 years ago
Vsevolod Strukchinsky 870cd03c99 remove pinkie-promise 9 years ago
Vsevolod Strukchinsky 59aa1d3a1d pass error to retries option 9 years ago
Vsevolod Strukchinsky da9fc07a59 check for HEAD method before unzipping response 9 years ago
Vsevolod Strukchinsky a10a99e8ae accept backoff function in retry option 9 years ago
Vsevolod Strukchinsky 54bd6f5bba decrease retry intervals 9 years ago
Vsevolod Strukchinsky cf54459257 remove undefined code in errors 9 years ago
Vsevolod Strukchinsky dcc7de6815 make response property non enumerable on error 9 years ago
Vsevolod Strukchinsky e45087ab04 fix accept and content-length headers overriding 9 years ago
Vsevolod Strukchinsky 5205e7260f check for pipe method only 9 years ago
Vsevolod Strukchinsky 927b479308 some more code-style fixes 9 years ago
Vsevolod Strukchinsky ec893541da tiny code-style fix 9 years ago
Vsevolod Strukchinsky abf18da4a0 cleanup unix socket code 9 years ago
Vsevolod Strukchinsky c59b7b81b0 Add note about function in setImmediate 9 years ago
Vsevolod Strukchinsky 9ffbbdf5ab Deferred response event 9 years ago
Vsevolod Strukchinsky 001351cb06 Merge default values in one object 9 years ago