aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
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
2022-09-29net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...cuiweixie
2022-09-19net/http: convert Server.disableKeepAlives to atomic typecuiweixie
2022-09-09net/http: convert allowQuerySemicolonsInUse to atomic typecui fliter
2022-09-05net/http: don't time out idle server connections after ReadHeaderTimeoutEliza Weisman
2022-08-24net/http: remove unused doneChanAlexander Yastrebov
2022-08-15net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *Alexander Yastrebov
2022-08-12all: replace hand-rolled atomicBool types with atomic.BoolLudi Rehak
2022-08-09net/http: remove unused method needsSniffAbirdcfly
2022-08-08net/http: change conn.curReq type to atomic.Pointer[response]Ludi Rehak
2022-07-08net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2022-05-11Revert "net/http: close accepted connection"Alexander Yastrebov
2022-05-09net/http: close accepted connectionAlexander Yastrebov
2022-04-15net/http: optimize StatusText implementationJoão Penteado