Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 2,459 for External (0.07 sec)

  1. okhttp/src/main/kotlin/okhttp3/ConnectionListener.kt

     */
    package okhttp3
    
    import okio.IOException
    
    /**
     * Listener for connection events. Extend this class to monitor the new connections and closes.
     *
     * All event methods must execute fast, without external locking, cannot throw exceptions,
     * attempt to mutate the event parameters, or be reentrant back into the client.
     * Any IO - writing to files or network should be done asynchronously.
     */
    @ExperimentalOkHttpApi
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 23 14:31:42 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. docs/en/docs/project-generation.md

    You can use this template to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.
    
    GitHub Repository: <a href="https://github.com/tiangolo/full-stack-fastapi-template" class="external-link" target="_blank">Full Stack FastAPI Template</a>
    
    ## Full Stack FastAPI Template - Technology Stack and Features
    
    - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/request-forms-and-files.md

    # ðŸ“Ļ ðŸ“Ļ &amp; 📁
    
    👆 💊 🔎 📁 &amp; ðŸ“Ļ 🏑 🎏 🕰 ⚙ïļ `File` &amp; `Form`.
    
    /// info
    
    ðŸ“Ļ 📂 📁 &amp; /⚖ïļ ðŸ“Ļ 📊, ðŸĨ‡ ❎ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.
    
    ðŸĪķ Ⓜ. `pip install python-multipart`.
    
    ///
    
    ## 🗄 `File` &amp; `Form`
    
    ```Python hl_lines="1"
    {!../../docs_src/request_forms_and_files/tutorial001.py!}
    ```
    
    ## 🔎 `File` &amp; `Form` ðŸ”Ē
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. docs/zh/docs/advanced/custom-response.md

    åĶ‚äļŠæ–‡æ‰€čŋ°ïžŒčŋ™æ˜Ŋ **FastAPI** äļ­ä―ŋį”Ļįš„éŧ˜čŪĪ响嚔。
    
    ### `ORJSONResponse`
    
    åĶ‚äļŠæ–‡æ‰€čŋ°ïžŒ`ORJSONResponse` æ˜Ŋäļ€äļŠä―ŋį”Ļ <a href="https://github.com/ijl/orjson" class="external-link" target="_blank">`orjson`</a> įš„åŋŦ速įš„åŊ选 JSON 响嚔。
    
    
    ### `UJSONResponse`
    
    `UJSONResponse` æ˜Ŋäļ€äļŠä―ŋį”Ļ <a href="https://github.com/ultrajson/ultrajson" class="external-link" target="_blank">`ujson`</a> įš„åŊ选 JSON 响嚔。
    
    /// warning | "č­Ķ告"
    
    åœĻåĪ„į†æŸäš›čūđįž˜æƒ…å†ĩæ—ķ`ujson` äļåĶ‚ Python įš„内į―ŪåŪžįŽ°é‚Ģäđˆč°Ļ慎。
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/debugging.md

    , âļ:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    🔜 ðŸšŦ 🛠ïļ.
    
    /// info
    
    🌅 â„đ, ✅ <a href="https://docs.python.org/3/library/__main__.html" class="external-link" target="_blank">🛂 🐍 ðŸĐš</a>.
    
    ///
    
    ## 🏃 👆 📟 âŪïļ 👆 ðŸ•đ
    
    â†Đïļ 👆 🏃 Uvicorn ðŸ’― 🔗 ⚩ïļâžĄïļ 👆 📟, 👆 💊 ðŸĪ™ 👆 🐍 📋 (👆 FastAPI ðŸˆļ) 🔗 ⚩ïļâžĄïļ ðŸ•đ.
    
    ---
    
    🖞, 🎙 🎙 📟, 👆 💊:
    
    * ðŸšķ "â„đ" 🎛.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. docs/ko/docs/advanced/response-cookies.md

    또한 `Response`는 í—Ī더ė™€ ėŋ í‚ĪëĨž ė„Īė •í•˜ëŠ” 데 ėžėĢž ė‚ŽėšĐ되ëŊ€ëĄœ, **FastAPI**는 ėīëĨž `fastapi.Response`로도 ė œęģĩí•Đ니ë‹Ī.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 10:32:45 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

        /**
         * Gets the external profiles that should be considered for model building.
         *
         * @return The external profiles that should be considered for model building, never {@code null}.
         */
        List<Profile> getProfiles();
    
        /**
         * Sets the external profiles that should be considered for model building.
         *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  8. docs/em/docs/python-types.md

    ```
    
    ////
    
    /// info
    
    ðŸ’Ą 🌖 🔃 <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic, ✅ ðŸšŪ ðŸĐš</a>.
    
    ///
    
    **FastAPI** 🌐 ⚓ïļ 🔛 Pydantic.
    
    👆 🔜 👀 📚 🌅 🌐 👉 ðŸ’Ą [🔰 - ðŸ‘Đ‍ðŸ’ŧ ðŸĶŪ](tutorial/index.md){.internal-link target=_blank}.
    
    /// tip
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. docs/em/docs/advanced/response-cookies.md

     &amp; `Response` 💊 ⚙ïļ 🛎 ⚒ 🎚 &amp; 🍊, **FastAPI** 🚚 âšŦïļ `fastapi.Response`.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/security/first-steps.md

    ///
    
    ```Python
    {!> ../../docs_src/security/tutorial001.py!}
    ```
    
    ////
    
    ## Run it
    
    /// info
    
    The <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a> package is automatically installed with **FastAPI** when you run the `pip install "fastapi[standard]"` command.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top