aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-08-26net/http: mention io.Seeker requirement in FS documentationAlex Studer
2022-08-26net/http: add errors.As support for x/net/http2.StreamErrorAkshay Shah
2022-08-24net/http: remove unused doneChanAlexander Yastrebov
2022-08-23net/http/httputil: do not duplicate 'Connection: close' headersMiguel Ángel Jimeno
2022-08-22net/http/cookiejar: remove duplicate words from commentsAbirdcfly
2022-08-22net/http: skip Get flakes in TestClientTimeout tests on windows/arm4Bryan C. Mills
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly
2022-08-17net/http: return ErrNoCookie from Request.Cookie when name is ""muyizixiu
2022-08-16net/http/httputil: add ReverseProxy.RewriteDamien Neil
2022-08-15net/http: make Request.WithContext documentation less prescriptiveDamien Neil
2022-08-15net/http: allow zero-valued Expires in Cookie.ValidAmit Saha
2022-08-15net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *Alexander Yastrebov
2022-08-12net/http: add a test to verify form tempfiles are deletedDamien Neil
2022-08-12all: replace hand-rolled atomicBool types with atomic.BoolLudi Rehak
2022-08-12net/http/httputil: don't insert default User-Agent header in proxied requestsDamien Neil
2022-08-12net/http/httputil: add X-Forwarded-{Host,Proto} headers in ReverseProxyDamien Neil
2022-08-12net/http: trim cookie namesdarmiel
2022-08-10net/http/cgi: remove port from the CGI environment of variable SERVER_NAMEhopehook
2022-08-09net/http: remove unused method needsSniffAbirdcfly
2022-08-08net/http: change conn.curReq type to atomic.Pointer[response]Ludi Rehak
2022-08-05all: update vendored golang.org/x/{net,tools} for Go 1.20 developmentDmitri Shuralyov
2022-07-21net/http: remove accidental heading in Head documentationDmitri Shuralyov
2022-07-18http: improve Get documentationminherz
2022-07-12net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil
2022-07-11net/http: remove Content-Encoding in writeNotModifiedMitar
2022-07-08net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil
2022-07-01net/http: omit invalid header value from error messageAlexander Yastrebov
2022-06-29net/http: preserve nil values in Header.CloneDamien Neil
2022-06-29net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil
2022-06-10net/http: doc: update RFC reference for appropriate HTTP codesLouis PORTAY
2022-05-18net/http/cookiejar: allow cookies with an IP address in the domain attributeVolker dobler
2022-05-17all: fix spellingJohn Bampton
2022-05-17net/http: unskip TestEarlyHintsRequest_h2Kévin Dunglas
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2022-05-16all: update vendored golang.org/x dependencies for Go 1.19 releaseDmitri Shuralyov
2022-05-11Revert "net/http: close accepted connection"Alexander Yastrebov
2022-05-09net/http: close accepted connectionAlexander Yastrebov
2022-05-08all: fix some lint issuesRyan Leung
2022-05-03io: NopCloser forward WriterTo implementations if the reader supports itJorropo
2022-05-02net/http: fix for recent go.mod updateRuss Cox
2022-05-02vendor, net/http: update golang.org/x/net to tipJorropo
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-20net/http: drop mimesniff for audio/basicSean Liao
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2022-04-18net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills
2022-04-17net/http: correctly show error types in transfer testJorropo
2022-04-15net/http: optimize StatusText implementationJoão Penteado
2022-04-15net/http: remove cloneURL call in WithContextBobby Powers
2022-04-11net/http/httptest: allow multiple fields be present in one Trailer fieldMaxime Soulé
2022-04-11all: gofmt main repoRuss Cox