Skip to content

Commit

Permalink
Clarify relationship to Content-Length header
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Vallentin <matthias@vallentin.net>
  • Loading branch information
mavam committed Aug 2, 2024
1 parent 26f1458 commit 597aa8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objects/http_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"body_length": {
"caption": "Request Body Length",
"description": "The length of the HTTP request body, in number of bytes.",
"description": "The actual length of the HTTP request body, in number of bytes, independent of a potentially existing Content-Length header.",
"requirement": "optional"
},
"referrer": {
Expand Down
2 changes: 1 addition & 1 deletion objects/http_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"body_length": {
"caption": "Response Body Length",
"description": "The length of the HTTP response body, in number of bytes.",
"description": "The actual length of the HTTP response body, in number of bytes, independent of a potentially existing Content-Length header.",
"requirement": "optional"
},
"message": {
Expand Down

0 comments on commit 597aa8b

Please sign in to comment.