1.8.0
- make empty-body-handling consistent between chunked requests
- empty
json
produces{}
- empty
raw
producesnew Buffer(0)
- empty
text
produces''
- empty
urlencoded
produces{}
- empty
- deps: [email protected]
- Fix issue where first empty value in array is discarded
- deps: type-is@~1.5.0
- fix
hasbody
to be true forcontent-length: 0
- fix