net/http.Request.TransferEncoding (field)
9 uses
net/http (current package)
request.go#L205: TransferEncoding []string
request.go#L385: if s := r.TransferEncoding; s != nil {
request.go#L388: r2.TransferEncoding = s2
transfer.go#L87: t.TransferEncoding = rr.TransferEncoding
transfer.go#L582: rr.TransferEncoding = []string{"chunked"}
net/http/httputil
dump.go#L257: chunked := len(req.TransferEncoding) > 0 && req.TransferEncoding[0] == "chunked"
dump.go#L258: if len(req.TransferEncoding) > 0 {
dump.go#L259: fmt.Fprintf(&b, "Transfer-Encoding: %s\r\n", strings.Join(req.TransferEncoding, ","))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |