developermj
63b6af342f
Adding update the 'auth' flag to allow for function that returns a string ( #13638 )
2016-12-30 09:36:03 -08:00
Gabriel Zimmermann
a6f263d331
Adds delete method to request object. ( #13121 )
...
* Adds `delete` method to request object.
Request accepts both `request.del` and `request.delete`. The type definition is missing the latter.
* Adds entries in test file
2016-12-24 18:51:14 +09:00
Borek Bernard
dcaa0c94d8
url and uri options objects are now string | Url
2016-11-06 17:25:24 +01:00
Ryan Cavanaugh
b488f3cb5f
Merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-27 10:57:46 -07:00
Leon Yu
8de2997128
Fix form-data for ES6 module ( #9892 )
2016-07-23 19:41:11 -07:00
Ryan Cavanaugh
fa204a87d1
Remove obsolesced reference comments
2016-04-27 21:53:46 -07:00
davidyaozw
8a1b587ca5
Update request-tests.ts
...
fix indent
2016-03-11 23:14:43 +08:00
eyaozhi
0a82566305
add agent parameter
2016-03-10 18:27:24 +08:00
Leo Liang
90c7b5653c
Fix #7979 , request.d.ts : Options union types
2016-02-06 11:07:09 +08:00
Christopher Currens
e252a08812
Add specialized overloads for request events
2016-01-25 21:05:34 -08:00
Joe Skeen
e3c46899aa
Fix some fringe cases for specifying a default URL or URI
2015-11-13 09:23:20 -07:00
Joe Skeen
b06d25ff7a
Fix implicit any issues
2015-10-07 10:01:23 -06:00
Joe Skeen
31d1cc43cd
Change request-promise to use full 'request' API
2015-10-07 09:41:45 -06:00
Joe Skeen
202d240a0a
'request': Added more tests from project page and fixed definitions accordingly
2015-10-07 09:07:44 -06:00
Maciej Kowalski
5cbfd00b61
fix request.d.ts CookieJar signature
2015-07-23 19:25:03 +02:00
Panu Pitkämäki
ffd35dda97
fix travis, any check
2014-11-17 08:53:31 +02:00
pspi
26c17dce8d
allow method chaining with .on()
2014-11-17 08:26:47 +02:00
Steve
9be7aba212
request.d.ts: fixing RequestAPI.Options.form type
2014-09-23 09:43:01 +02:00
Horiuchi_H
aa8615f8f2
fix bug
2014-08-21 20:44:20 +09:00
Bart van der Schoor
ec18e20c24
imported Request definitions from typescript-node-definitions
...
- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT header (scraped creators from git history)
- added tests
- updated some fields
- restructured to be more accurate
2014-04-23 01:58:45 +02:00