Skip to content

Commit

Permalink
Merge pull request #204 from sylvainv/documentation/document-multipar…
Browse files Browse the repository at this point in the history
…t-field-function

Documented the "field()" function for 'multipart/form-data' request bodies
  • Loading branch information
mikelax committed May 11, 2015
2 parents bf2f5e7 + 3e31817 commit a79b7b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -99,6 +99,7 @@ describe('GET /users', function(){
```js
request(app)
.post('/')
.field('name', 'my awesome avatar')
.attach('avatar', 'test/fixtures/homeboy.jpg')
...
```
Expand Down

0 comments on commit a79b7b7

Please sign in to comment.