Browse Source

Merge pull request #144 from stevemao/patch-1

fix body types in readme
http2
Vsevolod Strukchinsky 9 years ago
parent
commit
a88fd1c9d5
  1. 2
      readme.md

2
readme.md

@ -76,7 +76,7 @@ Any of the [`http.request`](http://nodejs.org/api/http.html#http_http_request_op
###### body
Type: `string`, `Buffer`, `ReadableStream`, `Object`
Type: `string`, `buffer`, `readableStream`, `object`
*This is mutually exclusive with stream mode.*

Loading…
Cancel
Save