Add content-length best practice documentation
This commit is contained in:
parent
14da838a21
commit
316be0782c
3 changed files with 32 additions and 0 deletions
|
@ -331,3 +331,7 @@ The retry expression is defined as a logical combination of the functions below
|
|||
- `Attempts()` number of attempts (the first one counts)
|
||||
- `ResponseCode()` response code of the service
|
||||
- `IsNetworkError()` whether the response code is related to networking error
|
||||
|
||||
### Content-Length
|
||||
|
||||
See [Best Practices: Content‑Length](../../security/best-practices/content-length.md)
|
Loading…
Add table
Add a link
Reference in a new issue