aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-09-09net/http: convert allowQuerySemicolonsInUse to atomic typecui fliter
2022-09-07net/http: use strings.Buildercuiweixie
2022-09-06all: update vendored golang.org/x/netDamien Neil
2022-09-06net/http: clarify proxy selection from environmentSean Liao
2022-09-06net/http: using strings.Buildercuiweixie
2022-09-06net/http/cgi: use strings.Buildercuiweixie
2022-09-06net/http/httptrace: use strings.Buildercuiweixie
2022-09-06net/http/httputil: use strings.Buildercuiweixie
2022-09-06net/http: make triv.go example less insecureDamien Neil
2022-09-05net/http: don't time out idle server connections after ReadHeaderTimeoutEliza Weisman
2022-08-31net/http/pprof: link docs to runtime/pprofSean Liao
2022-08-29net/http: FileServer method check + minimal OPTIONS implementationPascal S. de Kloe
2022-08-26net/http: don't panic on very large MaxBytesReaderLimitcuiweixie
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