You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current http.request_content_length and http.response_content_length are specified to be the length of the body excluding headers. I'd like to add an attribute for the total message size.
For names, I think http.request_length and http.response_length make the most sense.
The current
http.request_content_length
andhttp.response_content_length
are specified to be the length of the body excluding headers. I'd like to add an attribute for the total message size.For names, I think
http.request_length
andhttp.response_length
make the most sense.Rationale:
http.server.request.size
andhttp.server.response.size
are in fact measure of total bytes sentThe text was updated successfully, but these errors were encountered: