Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for Cookie2 (0.3 sec)

  1. src/syscall/fs_wasip1.go

    	errno := path_create_directory(dirFd, pathPtr, pathLen)
    	return errnoErr(errno)
    }
    
    func ReadDir(fd int, buf []byte, cookie dircookie) (int, error) {
    	var nwritten size
    	errno := fd_readdir(int32(fd), unsafe.Pointer(&buf[0]), size(len(buf)), cookie, unsafe.Pointer(&nwritten))
    	return int(nwritten), errnoErr(errno)
    }
    
    type Stat_t struct {
    	Dev      uint64
    	Ino      uint64
    	Filetype uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_messages_test.go

    	if rand.Intn(10) > 5 {
    		m.extendedMasterSecret = true
    	}
    	for i := 0; i < rand.Intn(5); i++ {
    		m.supportedVersions = append(m.supportedVersions, uint16(rand.Intn(0xffff)+1))
    	}
    	if rand.Intn(10) > 5 {
    		m.cookie = randomBytes(rand.Intn(500)+1, rand)
    	}
    	for i := 0; i < rand.Intn(5); i++ {
    		var ks keyShare
    		ks.group = CurveID(rand.Intn(30000) + 1)
    		ks.data = randomBytes(rand.Intn(200)+1, rand)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  3. docs/fa/docs/index.md

        * JSON.
        * <abbr title="Path parameters">پارامترهای مسیر</abbr>.
        * <abbr title="Query parameters">پارامترهای پرسمان</abbr>.
        * <abbr title="Cookies">کوکی‌ها</abbr>.
        * <abbr title="Headers">سرآیند‌ها (هدرها)</abbr>.
        * <abbr title="Forms">فرم‌ها</abbr>.
        * <abbr title="Files">فایل‌ها</abbr>.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/connection/RealRoutePlanner.kt

       * is sent unencrypted to the proxy server, so tunnels include only the minimum set of headers.
       * This avoids sending potentially sensitive data like HTTP cookies to the proxy unencrypted.
       *
       * In order to support preemptive authentication we pass a fake "Auth Failed" response to the
       * authenticator. This gives the authenticator the option to customize the CONNECT request. It can
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. pilot/pkg/features/experimental.go

    	).Get()
    
    	PersistentSessionLabel = env.Register(
    		"PILOT_PERSISTENT_SESSION_LABEL",
    		"istio.io/persistent-session",
    		"If not empty, services with this label will use cookie based persistent sessions",
    	).Get()
    
    	PersistentSessionHeaderLabel = env.Register(
    		"PILOT_PERSISTENT_SESSION_HEADER_LABEL",
    		"istio.io/persistent-session-header",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. docs/ja/docs/features.md

    * APIキー:
         * ヘッダー
         * クエリパラメータ
         * クッキー、等
    
    さらに、Starletteのすべてのセキュリティ機能も含みます(**セッションCookie**を含む)。
    
    これらは、システム、データストア、リレーショナルデータベース、NoSQLデータベースなどと簡単に統合できる再利用可能なツールとコンポーネントとして構築されています。
    
    ### 依存性の注入(Dependency Injection)
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. docs/pl/docs/features.md

    * Klucze API w:
        * Nagłówkach.
        * Parametrach zapytań.
        * Ciasteczkach, itp.
    
    Plus wszystkie funkcje bezpieczeństwa Starlette (włączając w to **<abbr title="po angielsku: session cookies">ciasteczka sesyjne</abbr>**).
    
    Wszystko zbudowane jako narzędzia i komponenty wielokrotnego użytku, które można łatwo zintegrować z systemami, magazynami oraz bazami danych - relacyjnymi, NoSQL, itp.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. docs/en/data/external_links.yml

    -python-framework-2n10 title: Introduction to the fastapi python framework - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-how-to-add-basic-and-cookie-authentication-a45c85ef47d3 title: FastAPI — How to add basic and cookie authentication - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-google-as-an-external-authentication-provider-3a527672cf33 title: FastAPI — Google...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. src/net/textproto/reader.go

    		"Content-Transfer-Encoding",
    		"Content-Type",
    		"Cookie",
    		"Date",
    		"Dkim-Signature",
    		"Etag",
    		"Expires",
    		"From",
    		"Host",
    		"If-Modified-Since",
    		"If-None-Match",
    		"In-Reply-To",
    		"Last-Modified",
    		"Location",
    		"Message-Id",
    		"Mime-Version",
    		"Pragma",
    		"Received",
    		"Return-Path",
    		"Server",
    		"Set-Cookie",
    		"Subject",
    		"To",
    		"User-Agent",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_server_tls13.go

    		ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||
    		!bytes.Equal(ch.secureRenegotiation, ch1.secureRenegotiation) ||
    		ch.scts != ch1.scts ||
    		!bytes.Equal(ch.cookie, ch1.cookie) ||
    		!bytes.Equal(ch.pskModes, ch1.pskModes)
    }
    
    func (hs *serverHandshakeStateTLS13) sendServerParameters() error {
    	c := hs.c
    
    	if err := transcriptMsg(hs.clientHello, hs.transcript); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top