Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/http/status.go

    	StatusMovedPermanently  = 301 // RFC 9110, 15.4.2
    	StatusFound             = 302 // RFC 9110, 15.4.3
    	StatusSeeOther          = 303 // RFC 9110, 15.4.4
    	StatusNotModified       = 304 // RFC 9110, 15.4.5
    	StatusUseProxy          = 305 // RFC 9110, 15.4.6
    	_                       = 306 // RFC 9110, 15.4.7 (Unused)
    	StatusTemporaryRedirect = 307 // RFC 9110, 15.4.8
    	StatusPermanentRedirect = 308 // RFC 9110, 15.4.9
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 10 23:30:35 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top