2
0
mirror of https://github.com/therootcompany/request.js synced 2025-02-22 05:48:05 +00:00

64 Commits

Author SHA1 Message Date
508f1ce591 add comments 2020-04-28 23:00:26 -06:00
c2c4b5b2de v1.6.0: add default User-Agent, bugfixes v1.6.0 2020-04-28 22:58:11 -06:00
f6557b7610 handle possible readable body error 2020-04-28 22:56:12 -06:00
4b9a1f07ee add default User-Agent 2020-04-28 22:43:27 -06:00
e22baa8eae v1.5.0: add pipe support, fix bearer bug v1.5.0 2020-03-12 02:01:23 -06:00
812f4e6062 bugfix request compat opts.auth.bearer 2020-03-12 01:59:33 -06:00
5b5cd36aa5 allow pipe-able inputs 2020-03-12 01:57:10 -06:00
4f3fe38ee4 update docs for promises 2020-02-27 02:17:07 +00:00
ef3183e984 add 80/20 message 2020-02-20 17:34:27 +00:00
e384aead9b v1.4.2: regression fix: copy 'method' to final object 2019-11-01 01:19:47 -06:00
87bf5a5fc5 v1.4.2: regression fix: copy 'method' to final object v1.4.2 2019-11-01 01:18:25 -06:00
1692b9e7df v1.4.1: GET by default *after* POST body check v1.4.1 2019-10-29 21:53:39 -06:00
8f5133385b v1.4.0: add promise support and easy debugging v1.4.0 2019-10-29 14:57:28 -06:00
1507b38503 v1.3.12: bugfix json request 2019-10-29 14:42:26 -06:00
9ab91d9721 make Prettier 2019-10-29 14:31:30 -06:00
b6900b937b remove extraneous variable 2019-06-04 04:20:29 +00:00
be91c1b78f show promise usage 2019-06-04 04:19:11 +00:00
335dd98631 v1.3.11: pass callback v1.3.11 2019-05-23 13:25:20 -06:00
28f3f783ae v1.3.10: update header and link v1.3.10 2019-04-16 12:43:21 -06:00
1d4c3c1997 v1.3.9: update name and urls v1.3.9 2019-04-16 12:41:05 -06:00
999797270f v1.3.8: A Root Project v1.3.8 2019-04-04 01:39:16 -06:00
AJ ONeal
aec78877cf v1.3.7: agent passthru (also timeout, setHost, createConnection, family, host, localAddress) 2019-02-26 01:02:37 -07:00
4eaf68966c note the need to install form-data@2 when using forms 2018-09-16 21:02:57 -06:00
49daa68225 v1.3.6: merge some bugfix PRs v1.3.6 2018-07-12 03:12:49 -06:00
AJ ONeal
c880788e9a Merge branch 'fix/getHeaderName' of Joxit/urequest.js into master 2018-07-12 09:05:15 +00:00
AJ ONeal
c4ec14fb6a Merge branch 'redirect' of Joxit/urequest.js into master 2018-07-12 09:01:02 +00:00
Joxit
b3f4042adb Should send opts and not opts.headers in getHeaderName 2018-07-12 10:17:59 +02:00
Joxit
e1bc24ce97 Add HTTP codes 307 and 308 for redirect
See https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
2018-07-12 10:10:23 +02:00
137da9b903 v1.3.5 v1.3.5 2018-07-07 19:57:16 -06:00
078f922635 stop on form-data error 2018-07-07 19:56:53 -06:00
3defd84af4 v1.3.4: bugfix keep separate headers and don't keep Content-Length on redirect v1.3.4 2018-07-07 19:46:21 -06:00
50704fdccc v1.3.3: bugfix form-data request object v1.3.3 2018-07-07 16:19:00 -06:00
7255134e9f v1.3.2: bugfix form-data v1.3.2 2018-07-07 14:31:36 -06:00
739354090b wrap onResponse for form-data's signature with error 2018-07-07 14:30:58 -06:00
c355fb20c4 explicit POST and comment on possible deviation from request API 2018-07-06 22:40:28 -06:00
aa509ea4ce v1.3.1: bugfix regression with json on GET v1.3.1 2018-07-06 22:32:28 -06:00
5150e076cb bugfix: don't default to POST when json: true 2018-07-06 22:31:37 -06:00
f81dce9786 v1.3.0: support Basic and Bearer auth v1.3.0 2018-07-06 21:24:23 -06:00
e0fe41838d support Basic and Bearer auth 2018-07-06 21:23:46 -06:00
7683d35958 request => urequest 2018-07-06 20:41:35 -06:00
2d95ed2ac0 v1.2.1: bump npm latest v1.2.1 2018-07-06 20:28:53 -06:00
ba76c3aa14 v1.2.0: add form and formData support v1.2.0 2018-07-06 20:25:46 -06:00
b5714c6a65 www-form support, add *Content-Length by default 2018-07-06 20:20:14 -06:00
8758964610 FormData support with form-data 2018-07-06 19:38:47 -06:00
d5af2ae5fe v1.1.4 v1.1.4 2018-06-29 02:20:33 -06:00
db01707e13 return correct obj and ws 2018-06-29 02:20:07 -06:00
dcc5ba0c7e add unix domain socket support and update README 2018-06-29 02:18:44 -06:00
2be278364c v1.1.3 v1.1.3 2018-06-26 14:44:19 -06:00
94eec37646 use callback not throw 2018-06-26 14:43:56 -06:00
28e67055e7 v1.1.2 v1.1.2 2018-06-20 02:11:53 -06:00