Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Security (0.25 sec)

  1. src/cmd/go/internal/web/api.go

    // password, it will not be attempted under the "http" scheme unless the
    // security mode is Insecure.
    //
    // Get returns a non-nil error only if the request did not receive a response
    // under any applicable scheme. (A non-2xx response does not cause an error.)
    func Get(security SecurityMode, u *url.URL) (*Response, error) {
    	return get(security, u)
    }
    
    // OpenBrowser attempts to open the requested URL in a web browser.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 6.9K bytes
    - Viewed (0)
Back to top