Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for b1 (0.02 sec)

  1. src/net/http/serve_test.go

    		{"http://localhost:8080/_ah/login?continue=http://localhost:8080/",
    			"http://localhost:8080/_ah/login?continue=http://localhost:8080/"},
    
    		{"/фубар", "/%d1%84%d1%83%d0%b1%d0%b0%d1%80"},
    		{"http://foo.com/фубар", "http://foo.com/%d1%84%d1%83%d0%b1%d0%b0%d1%80"},
    	}
    
    	for _, tt := range tests {
    		rec := httptest.NewRecorder()
    		Redirect(rec, req, tt.in, 302)
    		if got, want := rec.Code, 302; got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top