- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ServeContent (0.08 seconds)
-
doc/godebug.md
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).
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Dec 03 00:18:09 GMT 2025 - 24.7K bytes - Click Count (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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)