func net/http/internal/httpcommon.LowerHeader
4 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L149: func LowerHeader(v string) (lower string, ascii bool) {
httpcommon.go#L398: name, ascii := LowerHeader(name)
net/http
h2_bundle.go#L9340: lowKey, ascii := httpcommon.LowerHeader(k)
h2_bundle.go#L11098: k, ascii := httpcommon.LowerHeader(k)
![]() |
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. |