Skip to content

Commit

Permalink
Correct RFC number allowGetBody documentation (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
stjosh committed Sep 12, 2022
1 parent f0ac0b3 commit b3fd50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/2-options.md
Expand Up @@ -467,7 +467,7 @@ Therefore this option has no effect when using HTTP/2.
> - This option is only meant to interact with non-compliant servers when you have no other choice.
#### **Note:**
> - The [RFC 7321](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern).
> - The [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern).
### `timeout`

Expand Down

0 comments on commit b3fd50c

Please sign in to comment.