Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for clients (0.38 sec)

  1. api/go1.5.txt

    pkg net/mail, method (*AddressParser) ParseList(string) ([]*Address, error)
    pkg net/mail, type AddressParser struct
    pkg net/mail, type AddressParser struct, WordDecoder *mime.WordDecoder
    pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool)
    pkg net/url, method (*URL) EscapedPath() string
    pkg net/url, type URL struct, RawPath string
    pkg os, func LookupEnv(string) (string, bool)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg net/http, const StateNew = 0
    pkg net/http, const StateNew ConnState
    pkg net/http, method (*Server) SetKeepAlivesEnabled(bool)
    pkg net/http, method (ConnState) String() string
    pkg net/http, type Client struct, Timeout time.Duration
    pkg net/http, type ConnState int
    pkg net/http, type Response struct, TLS *tls.ConnectionState
    pkg net/http, type Server struct, ConnState func(net.Conn, ConnState)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. doc/godebug.md

    Go 1.22 changed the default minimum TLS version supported by both servers
    and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the
    [`tls10server` setting](/pkg/crypto/tls/#Config).
    
    Go 1.22 changed the default TLS cipher suites used by clients and servers when
    not explicitly configured, removing the cipher suites which used RSA based key
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  4. api/go1.12.txt

    pkg math/bits, func Sub64(uint64, uint64, uint64) (uint64, uint64)
    pkg net/http, const StatusTooEarly = 425
    pkg net/http, const StatusTooEarly ideal-int
    pkg net/http, method (*Client) CloseIdleConnections()
    pkg os, const ModeType = 2401763328
    pkg os, func UserHomeDir() (string, error)
    pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
    pkg os, method (*ProcessState) ExitCode() int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg net/mail, func ParseAddressList(string) ([]*Address, error)
    pkg net/rpc, const DefaultDebugPath = "/debug/rpc"
    pkg net/rpc, const DefaultRPCPath = "/_goRPC_"
    pkg net/smtp, method (*Client) Hello(string) error
    pkg net/textproto, func TrimBytes([]uint8) []uint8
    pkg net/textproto, func TrimString(string) string
    pkg os (darwin-386), const DevNull = "/dev/null"
    pkg os (darwin-386), const O_APPEND = 8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg net, method (*TCPConn) SetKeepAlivePeriod(time.Duration) error
    pkg net, method (IP) MarshalText() ([]uint8, error)
    pkg net, type Dialer struct, DualStack bool
    pkg net/smtp, method (*Client) Close() error
    pkg os (linux-arm), const O_SYNC = 1052672
    pkg os (linux-arm-cgo), const O_SYNC = 1052672
    pkg reflect, method (Value) SetCap(int)
    pkg reflect, method (Value) Slice3(int, int, int) Value
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  7. src/bufio/scan.go

    // function breaks the input into lines with line termination stripped. [Scanner.Split]
    // functions are defined in this package for scanning a file into
    // lines, bytes, UTF-8-encoded runes, and space-delimited words. The
    // client may instead provide a custom split function.
    //
    // Scanning stops unrecoverably at EOF, the first I/O error, or a token too
    // large to fit in the [Scanner.Buffer]. When a scan stops, the reader may have
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 23 09:06:30 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  8. api/go1.9.txt

    pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
    pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
    pkg net/http/httptest, method (*Server) Client() *http.Client
    pkg reflect, func MakeMapWithSize(Type, int) Value
    pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
    pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg net/smtp, method (*Client) Quit() error
    pkg net/smtp, method (*Client) Rcpt(string) error
    pkg net/smtp, method (*Client) Reset() error
    pkg net/smtp, method (*Client) StartTLS(*tls.Config) error
    pkg net/smtp, method (*Client) Verify(string) error
    pkg net/smtp, type Auth interface { Next, Start }
    pkg net/smtp, type Auth interface, Next([]uint8, bool) ([]uint8, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. doc/go1.22.html

          clients. This change can be reverted with the <code>tls10server=1</code> GODEBUG setting.
        </p>
    
        <p><!-- https://go.dev/issue/63413, CL 541517 -->
          By default, cipher suites without ECDHE support are no longer offered by either clients or servers during pre-TLS 1.3
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top