func net/http.ReadRequest
4 uses
net/http (current package)
request.go#L1011: func ReadRequest(b *bufio.Reader) (*Request, error) {
net/http/httptest
httptest.go#L44: req, err := http.ReadRequest(bufio.NewReader(strings.NewReader(method + " " + target + " HTTP/1.0\r\n\r\n")))
net/http/httputil
dump.go#L131: req, err := http.ReadRequest(bufio.NewReader(pr))
persist.go#L140: req, err = http.ReadRequest(r)
![]() |
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. |