Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for not_modified_modtime_with_contenttype (0.19 sec)

  1. src/net/http/fs_test.go

    			modtime:   htmlModTime,
    			reqHeader: map[string]string{
    				"If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
    			},
    			wantStatus: 304,
    		},
    		"not_modified_modtime_with_contenttype": {
    			file:             "testdata/style.css",
    			serveContentType: "text/css", // explicit content type
    			serveETag:        `"foo"`,    // Last-Modified sent only when no ETag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top