Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Dec 14, 2023
1 parent 7ede9dd commit 5a5a24e
Show file tree
Hide file tree
Showing 10 changed files with 3,293 additions and 3,293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class HttpAttributes:


HTTP_REQUEST_HEADER_template = "http.request.header"
HTTP_REQUEST_HEADER_TEMPLATE = "http.request.header"

"""
HTTP request headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values.
Expand Down Expand Up @@ -66,7 +66,7 @@ class HttpAttributes:
"""


HTTP_RESPONSE_HEADER_template = "http.response.header"
HTTP_RESPONSE_HEADER_TEMPLATE = "http.response.header"

"""
HTTP response headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values.
Expand Down
Loading

0 comments on commit 5a5a24e

Please sign in to comment.