aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-09-29net/http: remove deadstore statementcuiweixie
2022-09-29net/http: use time.Comparecuiweixie
2022-09-28all: fix some typoscui fliter
2022-09-27net/http: fix the potential leak of textproto.Reader from poolAndy Pan
2022-09-23net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-21net/http: add tracing to TestTransportReuseConnection_Gzip_*Damien Neil
2022-09-21net/http: accept HEAD requests with a bodyDamien Neil
2022-09-21all: update vendored golang.org/x/netDamien Neil
2022-09-19net/http: convert Server.disableKeepAlives to atomic typecuiweixie
2022-09-19net/http: correctly test for leading header spaces in TestReadRequest_BadDamien Neil
2022-09-16net/http: deflake TestServerCancelsReadHeaderTimeoutWhenIdleBryan C. Mills
2022-09-16net/http/httputil: remove duplicated code blockDamien Neil
2022-09-14net/http/httputil: forward 1xx responses in ReverseProxyKévin Dunglas
2022-09-13net/http: make DefaultTransport docs about HTTP proxy consistentVladimir Varankin
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