Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for with_last_modified (0.12 sec)

  1. src/net/http/fs_test.go

    	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",
    			wantContentType: "text/html; charset=utf-8",
    			modtime:         htmlModTime,
    			wantLastMod:     htmlModTime.UTC().Format(TimeFormat),
    			wantStatus:      200,
    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