Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Feb (0.03 sec)

  1. src/net/http/transport_test.go

    					t.Errorf("Server got %q, %v; want %q", slurp, err, reqBody(n))
    				}
    			}
    			body := fmt.Sprintf("Response number %d", n)
    			v := []byte(strings.Replace(fmt.Sprintf(`HTTP/1.1 %s
    Date: Thu, 28 Feb 2013 17:55:41 GMT
    
    HTTP/1.1 200 OK
    Content-Type: text/html
    Echo-Request-Id: %s
    Content-Length: %d
    
    %s`, resCode, id, len(body), body), "\n", "\r\n", -1))
    			w.Write(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top