Browse Source

Fix doc - no setBodyEnocoding anymore

Thanks Frederic. Closes GH-859.
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
0f47f63746
  1. 2
      doc/api/http.markdown

2
doc/api/http.markdown

@ -136,7 +136,7 @@ Emitted when a piece of the message body is received.
Example: A chunk of the body is given as the single
argument. The transfer-encoding has been decoded. The
body chunk is a string. The body encoding is set with
`request.setBodyEncoding()`.
`request.setEncoding()`.
### Event: 'end'

Loading…
Cancel
Save