Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 322 (0.21 sec)

  1. docs/zh/docs/advanced/wsgi.md

    为此, 您可以使用 `WSGIMiddleware` 来包装你的 WSGI 应用,如:Flask,Django,等等。
    
    ## 使用 `WSGIMiddleware`
    
    您需要导入 `WSGIMiddleware`。
    
    然后使用该中间件包装 WSGI 应用(例如 Flask)。
    
    之后将其挂载到某一个路径下。
    
    ```Python hl_lines="2-3  22"
    {!../../../docs_src/wsgi/tutorial001.py!}
    ```
    
    ## 检查
    
    现在,所有定义在 `/v1/` 路径下的请求将会被 Flask 应用处理。
    
    其余的请求则会被 **FastAPI** 处理。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/wsgi.md

    👈, 👆 💪 ⚙️ `WSGIMiddleware` & ⚙️ ⚫️ 🎁 👆 🇨🇻 🈸, 🖼, 🏺, ✳, ♒️.
    
    ## ⚙️ `WSGIMiddleware`
    
    👆 💪 🗄 `WSGIMiddleware`.
    
    ⤴️ 🎁 🇨🇻 (✅ 🏺) 📱 ⏮️ 🛠️.
    
    & ⤴️ 🗻 👈 🔽 ➡.
    
    ```Python hl_lines="2-3  22"
    {!../../../docs_src/wsgi/tutorial001.py!}
    ```
    
    ## ✅ ⚫️
    
    🔜, 🔠 📨 🔽 ➡ `/v1/` 🔜 🍵 🏺 🈸.
    
    & 🎂 🔜 🍵 **FastAPI**.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 1.1K bytes
    - Viewed (0)
  3. docs/contribute/debug_logging.md

    [2020-01-01 00:00:00] << 0x00000000     0 SETTINGS      ACK
    [2020-01-01 00:00:00] << 0x00000000     4 WINDOW_UPDATE
    [2020-01-01 00:00:00] >> 0x00000000     0 SETTINGS      ACK
    [2020-01-01 00:00:00] << 0x00000003   322 HEADERS       END_HEADERS
    [2020-01-01 00:00:00] << 0x00000003   288 DATA
    [2020-01-01 00:00:00] << 0x00000003     0 DATA          END_STREAM
    [2020-01-01 00:00:00] << 0x00000000     8 GOAWAY
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 16:35:36 GMT 2022
    - 2.7K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
    pkg syscall (darwin-386), const SYS_INITGROUPS = 243
    pkg syscall (darwin-386), const SYS_IOCTL = 54
    pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322
    pkg syscall (darwin-386), const SYS_ISSETUGID = 327
    pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180
    pkg syscall (darwin-386), const SYS_KEVENT = 363
    pkg syscall (darwin-386), const SYS_KEVENT64 = 369
    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)
  5. docs/en/docs/release-notes.md

        * PR [#322](https://github.com/tiangolo/fastapi/pull/322).
    
    * Remove/clean unused RegEx code in routing. PR [#314](https://github.com/tiangolo/fastapi/pull/314) by [@dmontagu](https://github.com/dmontagu).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_INITGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_IOCTL = 54
    pkg syscall (darwin-arm64), const SYS_IOCTL ideal-int
    pkg syscall (darwin-arm64), const SYS_IOPOLICYSYS = 322
    pkg syscall (darwin-arm64), const SYS_IOPOLICYSYS ideal-int
    pkg syscall (darwin-arm64), const SYS_ISSETUGID = 327
    pkg syscall (darwin-arm64), const SYS_ISSETUGID ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SUSPEND ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK = 321
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK_ALL = 322
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK_ALL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_WAIT = 312
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top