diff options
Diffstat (limited to 'doc/api/http.markdown')
-rw-r--r-- | doc/api/http.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 6c4dbf2b36..e26c94fb0f 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -765,8 +765,7 @@ server--in that case it is suggested to use the `['Transfer-Encoding', 'chunked']` header line when creating the request. -The `chunk` argument should be an array of integers -or a string. +The `chunk` argument should be a [buffer](buffers.html) or a string. The `encoding` argument is optional and only applies when `chunk` is a string. Defaults to `'utf8'`. |