Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for httponly (0.23 sec)

  1. okhttp/api/okhttp.api

    	public final fun domain ()Ljava/lang/String;
    	public fun equals (Ljava/lang/Object;)Z
    	public final fun expiresAt ()J
    	public fun hashCode ()I
    	public final fun hostOnly ()Z
    	public final fun httpOnly ()Z
    	public final fun matches (Lokhttp3/HttpUrl;)Z
    	public final fun name ()Ljava/lang/String;
    	public final fun newBuilder ()Lokhttp3/Cookie$Builder;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt

        dnsProviders =
          providers(
            client = bootstrapClient,
            http2Only = true,
            workingOnly = true,
            getOnly = true,
          )
        runBatch(dnsProviders, names)
        println("cached second run\n*****************\n")
        dnsProviders =
          providers(
            client = bootstrapClient,
            http2Only = true,
            workingOnly = true,
            getOnly = true,
          )
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt

          .client(bootstrapClient)
          .url("https://doh.crypto.sx/dns-query".toHttpUrl())
          .includeIPv6(false)
          .build()
      }
    
      @JvmStatic
      fun providers(
        client: OkHttpClient,
        http2Only: Boolean,
        workingOnly: Boolean,
        getOnly: Boolean,
      ): List<DnsOverHttps> {
        return buildList {
          add(buildGoogle(client))
          if (!getOnly) {
            add(buildGooglePost(client))
          }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Dec 23 10:26:25 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. src/net/rpc/server_test.go

    	"runtime"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"testing"
    	"time"
    )
    
    var (
    	newServer                 *Server
    	serverAddr, newServerAddr string
    	httpServerAddr            string
    	once, newOnce, httpOnce   sync.Once
    )
    
    const (
    	newHttpPath = "/foo"
    )
    
    type Args struct {
    	A, B int
    }
    
    type Reply struct {
    	C int
    }
    
    type Arith int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 18 05:23:29 UTC 2023
    - 19K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_builder.go

    	if httpOpts.connectionManager == nil {
    		httpOpts.connectionManager = &hcm.HttpConnectionManager{}
    	}
    
    	connectionManager := httpOpts.connectionManager
    	if httpOpts.http3Only {
    		connectionManager.CodecType = hcm.HttpConnectionManager_HTTP3
    		connectionManager.Http3ProtocolOptions = &core.Http3ProtocolOptions{}
    	} else {
    		connectionManager.CodecType = hcm.HttpConnectionManager_AUTO
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. src/mime/mediatype_test.go

    			"application/x-stuff",
    			m("title", "This is even more ***fun*** isn't it!")},
    
    		// Tests from http://greenbytes.de/tech/tc2231/
    		// Note: Backslash escape handling is a bit loose, like MSIE.
    
    		// #attonly
    		{`attachment`,
    			"attachment",
    			m()},
    		// #attonlyucase
    		{`ATTACHMENT`,
    			"attachment",
    			m()},
    		// #attwithasciifilename
    		{`attachment; filename="foo.html"`,
    			"attachment",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 17:58:37 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    	protocol         protocol.Instance
    	useRemoteAddress bool
    
    	suppressEnvoyDebugHeaders bool
    	skipIstioMXHeaders        bool
    
    	// http3Only indicates that the HTTP codec used
    	// is HTTP/3 over QUIC transport (uses UDP)
    	http3Only bool
    
    	class istionetworking.ListenerClass
    	port  int
    	hbone bool
    
    	// Waypoint-specific modifications in HCM
    	isWaypoint bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Client.Transport", Field, 0},
    		{"CloseNotifier", Type, 1},
    		{"ConnState", Type, 3},
    		{"Cookie", Type, 0},
    		{"Cookie.Domain", Field, 0},
    		{"Cookie.Expires", Field, 0},
    		{"Cookie.HttpOnly", Field, 0},
    		{"Cookie.MaxAge", Field, 0},
    		{"Cookie.Name", Field, 0},
    		{"Cookie.Path", Field, 0},
    		{"Cookie.Raw", Field, 0},
    		{"Cookie.RawExpires", Field, 0},
    		{"Cookie.SameSite", Field, 11},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway.go

    			suppressEnvoyDebugHeaders: ph.SuppressDebugHeaders,
    			protocol:                  serverProto,
    			statPrefix:                server.Name,
    			http3Only:                 http3Enabled,
    			class:                     istionetworking.ListenerClassGateway,
    		},
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/gateway_test.go

    										},
    									},
    								},
    							},
    						},
    					},
    				},
    				httpOpts: &httpListenerOpts{
    					rds:       "some-route",
    					http3Only: true,
    					connectionManager: &hcm.HttpConnectionManager{
    						XffNumTrustedHops:        3,
    						ForwardClientCertDetails: hcm.HttpConnectionManager_FORWARD_ONLY,
    						ServerName:               EnvoyServerName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top