Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterProtocol (0.14 sec)

  1. src/net/http/transport.go

    // ErrSkipAltProtocol is a sentinel error value defined by Transport.RegisterProtocol.
    var ErrSkipAltProtocol = errors.New("net/http: skip alternate protocol")
    
    // RegisterProtocol registers a new protocol with scheme.
    // The [Transport] will pass requests using the given scheme to rt.
    // It is rt's responsibility to simulate HTTP request semantics.
    //
    // RegisterProtocol can be used by other packages to provide
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top