aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
9 daysnet/http: fix shadow var frameWeixie Cui
2026-03-31net/http: support passing Server Shutdown context to HTTP/3 implementationsNicholas S. Husin
2026-03-24net/http: fix panic in ServeTLS on nil TLSConfigchressie
2026-03-23net/http: make ResponseWriter.ReadFrom respect declared Content-LengthNicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-12net/http: move DetectContentType into net/http/internalDamien Neil
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22net/http: use math/rand/v2 instead of math/rand1911860538
2025-11-21net/http: remove unused linknamesSean Liao
2025-11-21net/http: preserve original path encoding in redirectsSean Liao
2025-11-21net/http: use HTTP 307 redirects in ServeMuxSean Liao
2025-11-18Revert "net/http: do not discard body content when closing it within request ...Nicholas S. Husin
2025-11-14net/http: do not discard body content when closing it within request handlersNicholas S. Husin
2025-10-08net/http: update HTTP/2 documentation to reference new config featuresDamien Neil
2025-09-15net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPa...Cole Garien
2025-08-31net/http: skip redirecting in ServeMux when URL path for CONNECT is emptyNicholas Husin
2025-07-28net/http: add proper panic messageyazdan
2025-05-23net/http: document that ServeMux.Handler can also synthetize a 405Filippo Valsorda
2025-05-19net/http: clarify ServeMux.Handler behaviorJonathan Amsterdam
2025-05-19net/http: fix ServeMux.Handler on trailing-slash redirectJonathan Amsterdam
2025-05-12net/http: add missing ServeTLS on the comment of http.Server.Shutdownt-katsumura
2025-04-16net/http: set Request.TLS when net.Conn implements ConnectionStateWeidi Deng
2025-04-09net/http: reduce memory usage when hijackingJakob Ackermann
2025-03-11net/http: document Redirect behavior for non-ASCII charactersIan Lance Taylor
2025-03-04net/http: don't modify caller's tls.Config.NextProtosDamien Neil
2025-03-04net/http: check server shutting down before processing the requestwineandchord
2025-03-03net/http: allocate CloseNotifier channel lazilyJakob Ackermann
2025-02-10net/http: use standard time formatting methodsTom Thorogood
2025-02-04net: use strings.SplitSeq and bytes.SplitSeqapocelipes
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-10-31net/http: clarify ServeMux path sanitizationSean Liao
2024-10-02src/net/http: remove ServeMux.patternsJonathan Amsterdam
2024-09-13net/http: make use of maps.CopyJes Cok
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-08-13net/http: rename server receiver for consistencywineandchord
2024-07-29net/http: don't write HEAD response body in ResponseWriter.ReadFromDamien Neil
2024-06-28net/http: avoid appending an existing trailing slash to path againJes Cok
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-07net/http: check GetConfigForClient in server.ServeTLSChance Zibolski
2024-06-06net/http: send body or close connection on expect-100-continue requestsDamien Neil
2024-06-05net/http: use default HTTP/2 frame schedulerDamien Neil
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-16net/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2024-05-14net/http: avoid panic when writing 100-continue after handler doneDamien Neil
2024-05-09net/http: remove misleading response headers on errorRuss Cox
2024-04-30http: fix some comments typo in server.goThe Backend Grip
2024-03-26net/http: fix typo in log messageDamien Neil
2024-03-25net/http: also log TLS errors which look like HTTP sent to an HTTPS portDamien Neil