Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for Breiding (0.31 sec)

  1. docs/en/docs/alternatives.md

    ### <a href="https://webargs.readthedocs.io/en/latest/" class="external-link" target="_blank">Webargs</a>
    
    Another big feature required by APIs is <abbr title="reading and converting to Python data">parsing</abbr> data from incoming requests.
    
    Webargs is a tool that was made to provide that on top of several frameworks, including Flask.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  2. docs/em/docs/alternatives.md

    !!! check "ðŸ˜Ū **FastAPI** "
        ⚙ïļ 📟 🔎 "🔗" 👈 🚚 ðŸ’― 🆎 &amp; 🔎, 🔁.
    
    ### <a href="https://webargs.readthedocs.io/en/latest/" class="external-link" target="_blank">Webarg</a>
    
    ➕1ïļâƒĢ ðŸĶ ⚒ ✔ 🔗 <abbr title="reading and converting to Python data">✍</abbr> 📊 ⚩ïļâžĄïļ ðŸ“Ļ ðŸ“Ļ.
    
    Webarg 🧰 👈 ⚒ 🚚 👈 🔛 🔝 📚 🛠ïļ, 🔌 🏚.
    
    âšŦïļ ⚙ïļ 🍭 🔘 ðŸ’― 🔎. &amp; âšŦïļ ✍ 🎏 ðŸ‘Đ‍ðŸ’ŧ.
    
    âšŦïļ 👑 🧰 &amp; ðŸ‘Ī ✔ïļ ⚙ïļ âšŦïļ 📚 💁‍♂ïļ, ⏭ ✔ïļ **FastAPI**.
    
    !!! info
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt

        frame.writeInt(expectedStreamId and 0x7fffffff)
        frame.writeAll(headerBlock)
    
        // Check writer sends the same bytes.
        assertThat(sendHeaderFrames(false, sentHeaders)).isEqualTo(frame)
    
        // Reading the above frames should result in a concatenated headerBlock.
        reader.nextFrame(
          requireSettings = false,
          object : BaseTestHandler() {
            override fun headers(
              inFinished: Boolean,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  4. docs/recipes.md

    ### Asynchronous Get ([.kt][AsynchronousGetKotlin], [.java][AsynchronousGetJava])
    
    Download a file on a worker thread, and get called back when the response is readable. The callback is made after the response headers are ready. Reading the response body may still block. OkHttp doesn't currently offer asynchronous APIs to receive a response body in parts.
    
    === ":material-language-kotlin: Kotlin"
        ```kotlin
          private val client = OkHttpClient()
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Fri Feb 18 08:52:22 GMT 2022
    - 40.2K bytes
    - Viewed (1)
  5. docs/en/docs/index.md

    * **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
    * **Easy**: Designed to be easy to use and learn. Less time reading docs.
    * **Short**: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.
    * **Robust**: Get production-ready code. With automatic interactive documentation.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

    ### What are "Context Managers"
    
    "Context Managers" are any of those Python objects that you can use in a `with` statement.
    
    For example, <a href="https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files" class="external-link" target="_blank">you can use `with` to read a file</a>:
    
    ```Python
    with open("./somefile.txt") as f:
        contents = f.read()
        print(contents)
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Feb 24 23:06:37 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  7. LICENSE

    in accord with this section must be in a format that is publicly
    documented (and with an implementation available to the public in
    source code form), and must require no special password or key for
    unpacking, reading or copying.
    
      7. Additional Terms.
    
      "Additional permissions" are terms that supplement the terms of this
    License by making exceptions from one or more of its conditions.
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 33.7K bytes
    - Viewed (0)
  8. docs/em/docs/async.md

    ðŸšĨ 👆 👟 ⚩ïļâžĄïļ ➕1ïļâƒĢ 🔁 🛠ïļ 👈 ðŸ”Ļ ðŸšŦ 👷 🌌 🔎 🔛 &amp; 👆 ⚙ïļ ⚖ 🙃 📊-ðŸ•ī *➡ 🛠ïļ ðŸ”Ē* âŪïļ ✅ `def` ðŸĪŠ 🎭 📈 (🔃 1ïļâƒĢ0ïļâƒĢ0ïļâƒĢ 💓), 🙏 🗒 👈 **FastAPI** ⭐ 🔜 🔄. ðŸ‘Ŧ 💞, âšŦïļ ðŸ‘ŧ ⚙ïļ `async def` ðŸšĨ 👆 *➡ 🛠ïļ ðŸ”Ē* ⚙ïļ 📟 👈 🎭 🚧 <abbr title="Input/Output: disk reading or writing, network communications.">ðŸ‘Ī/ðŸ…ū</abbr>.
    
    , ðŸ‘Ŋ‍♂ïļ ⚠, ðŸĪž 👈 **FastAPI** 🔜 [âĐ](index.md#_15){.internal-link target=_blank} 🌘 (⚖ïļ 🌘 ⭐) 👆 âŪïļ 🛠ïļ.
    
    ### 🔗
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.7K bytes
    - Viewed (0)
Back to top