const go.opentelemetry.io/otel/semconv/v1.41.0.HTTPRequestMethodKey
12 uses
go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
attribute_group.go#L8262: HTTPRequestMethodKey = attribute.Key("http.request.method")
attribute_group.go#L8476: HTTPRequestMethodConnect = HTTPRequestMethodKey.String("CONNECT")
attribute_group.go#L8479: HTTPRequestMethodDelete = HTTPRequestMethodKey.String("DELETE")
attribute_group.go#L8482: HTTPRequestMethodGet = HTTPRequestMethodKey.String("GET")
attribute_group.go#L8485: HTTPRequestMethodHead = HTTPRequestMethodKey.String("HEAD")
attribute_group.go#L8488: HTTPRequestMethodOptions = HTTPRequestMethodKey.String("OPTIONS")
attribute_group.go#L8491: HTTPRequestMethodPatch = HTTPRequestMethodKey.String("PATCH")
attribute_group.go#L8494: HTTPRequestMethodPost = HTTPRequestMethodKey.String("POST")
attribute_group.go#L8497: HTTPRequestMethodPut = HTTPRequestMethodKey.String("PUT")
attribute_group.go#L8500: HTTPRequestMethodTrace = HTTPRequestMethodKey.String("TRACE")
attribute_group.go#L8503: HTTPRequestMethodQuery = HTTPRequestMethodKey.String("QUERY")
attribute_group.go#L8506: HTTPRequestMethodOther = HTTPRequestMethodKey.String("_OTHER")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |