Skip to content

Commit

Permalink
document html instances
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Sep 24, 2014
1 parent 5c5496a commit 823af72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Remove an http header.

Write some data to the request body.

If only 1 piece of data is written, `data` can be a FormData, Blob, or
ArrayBuffer instance. Otherwise, `data` should be a string or a buffer.

## req.end(data)

Close and send the request body, optionally with additional `data` to append.
Expand Down

0 comments on commit 823af72

Please sign in to comment.