- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ServeContent (0.1 sec)
-
doc/godebug.md
`x509keypairleaf=0`. Go 1.23 changed [`net/http.ServeContent`](/pkg/net/http#ServeContent), [`net/http.ServeFile`](/pkg/net/http#ServeFile), and [`net/http.ServeFS`](/pkg/net/http#ServeFS) to remove Cache-Control, Content-Encoding, Etag, and Last-Modified headers when serving an error. This behavior is controlled by the [`httpservecontentkeepheaders` setting](/pkg/net/http#ServeContent).
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 28 14:46:33 UTC 2024 - 17.2K bytes - Viewed (0) -
api/go1.txt
pkg net/http, func Redirect(ResponseWriter, *Request, string, int) pkg net/http, func RedirectHandler(string, int) Handler pkg net/http, func Serve(net.Listener, Handler) error pkg net/http, func ServeContent(ResponseWriter, *Request, string, time.Time, io.ReadSeeker) pkg net/http, func ServeFile(ResponseWriter, *Request, string) pkg net/http, func SetCookie(ResponseWriter, *Cookie) pkg net/http, func StatusText(int) string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)