Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for Cookie2 (0.12 sec)

  1. docs/hu/docs/index.md

        * JSON.
        * Cím paraméterek.
        * Query paraméterek.
        * Cookie-k.
        * Header-ök.
        * Formok.
        * Fájlok.
    * Kimeneti adatok <abbr title=" más néven: serialization, parsing, marshalling">átváltása</abbr>: Python adatok is típusokról hálózati adatokká:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. docs/az/docs/index.md

        * JSON.
        * <abbr title="Yol: Path">Yol</abbr> parametrləri.
        * <abbr title="Sorğu: Query">Sorğu</abbr> parametrləri.
        * <abbr title="Çərəz: Cookie">Çərəzlər</abbr>.
        * <abbr title="Başlıq: Header">Başlıqlaq</abbr>.
        * <abbr title="Forma: Form">Formalar</abbr>.
        * Fayllar.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  3. docs/uk/docs/alternatives.md

         Разом із Hug (оскільки Hug базується на Falcon) надихнув **FastAPI** оголосити параметр `response` у функціях.
    
         Хоча у FastAPI це необов’язково, і використовується в основному для встановлення заголовків, файлів cookie та альтернативних кодів стану.
    
    ### <a href="https://moltenframework.com/" class="external-link" target="_blank">Molten</a>
    
    Я відкрив для себе Molten на перших етапах створення **FastAPI**. І він має досить схожі ідеї:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. okhttp/src/main/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt

              } else {
                recoveredFailures += e
              }
              newRoutePlanner = false
              continue
            }
    
            // Clear out downstream interceptor's additional request headers, cookies, etc.
            response =
              response.newBuilder()
                .request(request)
                .priorResponse(priorResponse?.stripBody())
                .build()
    
            val exchange = call.interceptorScopedExchange
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:24:48 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top