aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
3 daysall: 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
2024-03-21net/http: use slices to simplify the codeapocelipes
2024-03-18net/http: do not set a deadline when Server.IdleTimeout is negativeAndy Pan
2024-03-15net/http: revert header changes in ErrorRuss Cox
2024-03-14Revert "net/http: remove superfluous newline on redirects"Russ Cox
2024-03-07net/http: set Cache-Control header only if presents on errorCuong Manh Le
2024-03-06net/http: remove misleading response headers on errorMitar
2024-03-04net/http: adjust wording on ServeMux godocDave Russell
2024-02-29net/http: remove Content-Length header in http.ErrorDamien Neil
2024-02-26net/http: allow multiple spaces between method and path in mux patternsJes Cok
2024-02-13net/http: refine trailing-slash redirect logicJonathan Amsterdam
2024-02-12net/http: remove superfluous newline on redirectscodesoap
2024-01-10net: add available godoc linkcui fliter
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-21net/http: use pointers to array for copyBufPoolJorropo
2023-10-05net/http: fix ServeMux pattern registrationJonathan Amsterdam
2023-10-03net/http: document new ServeMux patternsJonathan Amsterdam
2023-10-02net/http: add a test for an empty ServeMuxJonathan Amsterdam
2023-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-09-25net/http: unescape paths and patterns by segmentJonathan Amsterdam
2023-09-19net/http: explain why two patterns conflictJonathan Amsterdam
2023-09-19net/http: index patterns for faster conflict detectionJonathan Amsterdam
2023-09-15net/http: handle MethodNotAllowedJonathan Amsterdam
2023-09-14net/http: implement path value methods on RequestJonathan Amsterdam
2023-09-13net/http: give ServeMux.handler a better nameJonathan Amsterdam
2023-09-13net/http: add test for registration errorsJonathan Amsterdam
2023-09-13net/http: scale rstAvoidanceDelay to reduce test flakinessBryan C. Mills
2023-09-13net/http: ServeMux handles extended patternsJonathan Amsterdam
2023-08-07all: add a few more godoc linksDaniel Martí
2023-07-20net/http: declare publicErr as a constantJes Cok
2023-06-16net/http: check RemoteAddr isn't nil before dereferencingAl Cutter
2023-05-24net/http: second do not force the Content-Length header if nilledJorropo
2023-05-15Revert "net/http: do not force the Content-Length header if nilled"Austin Clements
2023-05-15net/http: handle WriteHeader(101) as a non-informational headerDamien Neil
2023-05-15net/http: do not force the Content-Length header if nilledLaurent Senta
2023-03-07net/http: support full-duplex HTTP/1 responsesDamien Neil
2023-02-22net/http: remove warning when parsing a query containing a semicolonDamien Neil
2023-02-14all: fix some commentscui fliter
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-01-31io: allocate copy buffers from a poolDamien Neil
2023-01-27net/http: fix missing word in ServeMux docOleksii Sholik
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil