Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for redirect (0.32 sec)

  1. misc/linkcheck/linkcheck.go

    	res, err := http.DefaultTransport.RoundTrip(req)
    	if err != nil {
    		return err
    	}
    	// Handle redirects.
    	if res.StatusCode/100 == 3 {
    		newURL, err := res.Location()
    		if err != nil {
    			return fmt.Errorf("resolving redirect: %v", err)
    		}
    		if !strings.HasPrefix(newURL.String(), *root) {
    			// Skip off-site redirects.
    			return nil
    		}
    		crawl(newURL.String(), url)
    		return nil
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Oct 06 15:53:04 GMT 2021
    - 3.9K bytes
    - Viewed (0)
  2. misc/chrome/gophertool/gopher.js

    function urlForInput(t) {
        if (!t) {
            return null;
        }
    
        if (numericRE.test(t)) {
            if (t < 150000) {
                // We could use the golang.org/cl/ handler here, but
                // avoid some redirect latency and go right there, since
                // one is easy. (no server-side mapping)
                return "https://github.com/golang/go/issues/" + t;
            }
            return "https://golang.org/cl/" + t;
        }
    
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sat Jul 11 14:36:33 GMT 2015
    - 1.2K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const RTM_OOIFINFO = 14
    pkg syscall (netbsd-arm64-cgo), const RTM_OOIFINFO ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT = 6
    pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE = 11
    pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT = 1000000
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/cmd/cgo/doc.go

    they might depend on (in the case of puts, stdio). cmd/link has been
    extended to understand basic ELF files, but it does not understand ELF
    in the full complexity that modern C libraries embrace, so it cannot
    in general generate direct references to the system libraries.
    
    Instead, the build process generates an object file using dynamic
    linkage to the desired libraries. The main function is provided by
    _cgo_main.c:
    
    	int main() { return 0; }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  5. api/go1.5.txt

    pkg go/types, method (*Scope) String() string
    pkg go/types, method (*Scope) WriteTo(io.Writer, int, bool)
    pkg go/types, method (*Selection) Index() []int
    pkg go/types, method (*Selection) Indirect() bool
    pkg go/types, method (*Selection) Kind() SelectionKind
    pkg go/types, method (*Selection) Obj() Object
    pkg go/types, method (*Selection) Recv() Type
    pkg go/types, method (*Selection) String() string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    </ul>
    
    <p>
    A comparison of two interface values with identical dynamic types
    causes a <a href="#Run_time_panics">run-time panic</a> if values
    of that type are not comparable.  This behavior applies not only to direct interface
    value comparisons but also when comparing arrays of interface values
    or structs with interface-valued fields.
    </p>
    
    <p>
    Slice, map, and function values are not comparable.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const RTM_OLDADD ideal-int
    pkg syscall (darwin-arm64), const RTM_OLDDEL = 10
    pkg syscall (darwin-arm64), const RTM_OLDDEL ideal-int
    pkg syscall (darwin-arm64), const RTM_REDIRECT = 6
    pkg syscall (darwin-arm64), const RTM_REDIRECT ideal-int
    pkg syscall (darwin-arm64), const RTM_RESOLVE = 11
    pkg syscall (darwin-arm64), const RTM_RESOLVE ideal-int
    pkg syscall (darwin-arm64), const RTM_RTTUNIT = 1000000
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg net/http, func ProxyURL(*url.URL) func(*Request) (*url.URL, error)
    pkg net/http, func ReadRequest(*bufio.Reader) (*Request, error)
    pkg net/http, func ReadResponse(*bufio.Reader, *Request) (*Response, error)
    pkg net/http, func Redirect(ResponseWriter, *Request, string, int)
    pkg net/http, func RedirectHandler(string, int) Handler
    pkg net/http, func Serve(net.Listener, Handler) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RTM_OLDADD ideal-int
    pkg syscall (freebsd-arm64), const RTM_OLDDEL = 10
    pkg syscall (freebsd-arm64), const RTM_OLDDEL ideal-int
    pkg syscall (freebsd-arm64), const RTM_REDIRECT = 6
    pkg syscall (freebsd-arm64), const RTM_REDIRECT ideal-int
    pkg syscall (freebsd-arm64), const RTM_RESOLVE = 11
    pkg syscall (freebsd-arm64), const RTM_RESOLVE ideal-int
    pkg syscall (freebsd-arm64), const RTM_RTTUNIT = 1000000
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RTM_OLDDEL = 10 #53466
    pkg syscall (freebsd-riscv64), const RTM_OLDDEL ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_REDIRECT = 6 #53466
    pkg syscall (freebsd-riscv64), const RTM_REDIRECT ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_RESOLVE = 11 #53466
    pkg syscall (freebsd-riscv64), const RTM_RESOLVE ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top