132 Commits (bf790c52a2ad8c567a126696fc44b7c98f34d683)

Author SHA1 Message Date
Vsevolod Strukchinsky 984cd7943c fix url and responseUrl properties on gzip'ed response 8 years ago
Kevin Mårtensson 7e8af3362b Add `url` to response (#236) 8 years ago
Kevin Mårtensson 205e224bcd Add `requestUrl` to response in streaming mode (#230) 8 years ago
bisubus 21b8b4a5bf allow non-plain object as request body (#217) 9 years ago
Sindre Sorhus be9fe6a17c bump dependencies 9 years ago
Kevin Martensson e25457da16 Add test for unexpected EOF when decompressing content 9 years ago
Dylan Piercey 57f13d9af2 Detect formdata body and set content-type header (#220) 9 years ago
Luan Muniz 9185b5beb0 Fix location encoding (#214) 9 years ago
Luan Muniz 1409f828fe Add a `requestUrl` property to the response object (#205) 9 years ago
Roland Warmerdam 52a67e60a1 Add redirect url to response object (#191) 9 years ago
Sindre Sorhus 9bb4696c16 fix lint issues with latest XO 9 years ago
Sindre Sorhus 7d0a45a828 add test to ensure gzip works in stream mode 9 years ago
Sindre Sorhus f5e227edc5 fix XO lint issues 9 years ago
Sindre Sorhus b09afd0ce5 automagically migrate to latest AVA 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 0664b9802f code style - import order 9 years ago
Sindre Sorhus f65477ee73 fix typo in tests 9 years ago
Sindre Sorhus 76f9377624 bump AVA and nyc 9 years ago
André Cruz 26a499c033 Add statusCode to ParseError, closes #182. 9 years ago
Sindre Sorhus 14a05b3ed6 ⬆️ ava@0.12.0 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
Sindre Sorhus 3dc219e704 nit - remove unnecessary use of template literal in tests 9 years ago
Vsevolod Strukchinsky a51ab9ed61 ⬆️ ava@0.11 9 years ago
Vsevolod Strukchinsky 99c8ee9f07 replace useless test for uppercase with working one 9 years ago
Vsevolod Strukchinsky f9ef29a3fc convert method to uppercase in options 9 years ago
Vsevolod Strukchinsky 27313bd5cf replace duplicate test from https 9 years ago
Vsevolod Strukchinsky a64e57f27b test redirect from http to https locally 9 years ago
Vsevolod Strukchinsky e69aae8a04 decrease timeouts in retry tests 9 years ago
Vsevolod Strukchinsky 00ee3b47e2 Revert "temporary fix for T2892 (`const` gives "read-only" error)" 9 years ago
Vsevolod Strukchinsky c4045e3de6 temporary fix for T2892 (`const` gives "read-only" error) 9 years ago
Sindre Sorhus 25425e3e3a ⬆️ node-status-codes@2 9 years ago
Vsevolod Strukchinsky b60f955c3e move _server.js to helpers 9 years ago
Sindre Sorhus 9fefbb3c02 bump dev dependencies 9 years ago
Vsevolod Strukchinsky 20b7e845a6 remove callback interface 9 years ago
Sindre Sorhus 7169f8fe5d ⬆️ ava@0.7.0 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 16a6e08b11 add test on head method with gzip decoding 9 years ago
Vsevolod Strukchinsky a10a99e8ae accept backoff function in retry option 9 years ago
Sindre Sorhus 28ddd68a7c some more test fixes 9 years ago
Sindre Sorhus 6ad66e9ccc fix previously uncaught test failure 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
Sindre Sorhus 32d9077a76 bump `get-port` 9 years ago
Sindre Sorhus 7ebcd93ced pify tweaks 9 years ago
Sindre Sorhus ef2c114f90 ⬆️ ava@0.3.0 9 years ago
Vsevolod Strukchinsky f7ab59459e correct exception spelling 9 years ago