Browse Source

add api of `got.stream()` to readme (#233)

node-7
Francis Gulotta 8 years ago
committed by Sindre Sorhus
parent
commit
c253e41e53
  1. 2
      readme.md

2
readme.md

@ -135,6 +135,8 @@ Defines if redirect responses should be followed automatically.
#### Streams
#### got.stream(url, [options])
`stream` method will return Duplex stream with additional events:
##### .on('request', request)

Loading…
Cancel
Save