Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for no_last_modified (0.31 sec)

  1. src/net/http/fs_test.go

    		wantLastMod      string
    		wantContentType  string
    		wantContentRange string
    		wantStatus       int
    	}
    	htmlModTime := mustStat(t, "testdata/index.html").ModTime()
    	tests := map[string]testCase{
    		"no_last_modified": {
    			file:            "testdata/style.css",
    			wantContentType: "text/css; charset=utf-8",
    			wantStatus:      200,
    		},
    		"with_last_modified": {
    			file:            "testdata/index.html",
    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