Improve description of max_size parameter

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
Nicola Piccinini 2020-11-19 10:39:48 +01:00 committed by GitHub
parent 4626889d10
commit b94d293180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ request_body [<matcher>] {
} }
``` ```
- **&lt;value&gt;** is the maximum size in bytes allowed for the request body. It accepts all formats supported by [go-humanize](https://github.com/dustin/go-humanize/blob/master/bytes.go). - **max_size** is the maximum size in bytes allowed for the request body. It accepts all formats supported by [go-humanize](https://github.com/dustin/go-humanize/blob/master/bytes.go).
## Examples ## Examples