- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 392 for modules (0.07 sec)
-
okhttp-testing-support/README.md
OkHttp Testing Support ====================== This module offers utilities and support for testing OkHttp itself. It's not intended for use by
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Jun 16 02:08:18 UTC 2019 - 195 bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
package model import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.module.kotlin.readValue import com.fasterxml.jackson.module.kotlin.registerKotlinModule import common.Os import configurations.FunctionalTest import configurations.ParallelizationMethod import java.io.File /** * QuickCrossVersionTest only tests the last minor for each major version in the range. */ val QUICK_CROSS_VERSION_BUCKETS = listOf(
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 05:08:24 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/pom.xml
<artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId>
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 7.4K bytes - Viewed (1) -
docs/en/docs/tutorial/index.md
<span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> π main.py <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span> Importing the FastAPI app object from the module with the following code:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.1K bytes - Viewed (0) -
okhttp-coroutines/build.gradle.kts
plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyOsgi( "Export-Package: okhttp3.coroutines", "Automatic-Module-Name: okhttp3.coroutines", "Bundle-SymbolicName: com.squareup.okhttp3.coroutines" ) dependencies { api(projects.okhttp) implementation(libs.kotlinx.coroutines.core) api(libs.squareup.okio)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jan 06 05:31:00 UTC 2024 - 936 bytes - Viewed (0) -
docs/vi/docs/fastapi-cli.md
<span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> π main.py <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span> Importing the FastAPI app object from the module with the following code:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:09:16 UTC 2025 - 5.4K bytes - Viewed (0) -
container-tests/README.md
OkHttp Container Tests ====================== This module contains tests against other services
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jan 20 09:58:21 UTC 2024 - 113 bytes - Viewed (0) -
okhttp-java-net-cookiejar/build.gradle.kts
plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyOsgi( "Export-Package: okhttp3.java.net.cookiejar", "Automatic-Module-Name: okhttp3.java.net.cookiejar", "Bundle-SymbolicName: com.squareup.okhttp3.java.net.cookiejar" ) dependencies { "friendsApi"(projects.okhttp) compileOnly(libs.animalsniffer.annotations) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 14 00:51:50 UTC 2025 - 594 bytes - Viewed (0) -
docs/en/docs/tutorial/request-form-models.md
# Form Models { #form-models } You can use **Pydantic models** to declare **form fields** in FastAPI. /// info To use forms, first install <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example: ```console $ pip install python-multipart ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
``` μ΄λ₯Ό μλμ²λΌ: {* ../../docs_src/body_nested_models/tutorial008.py hl[15] *} ## μ΄λμλ νΈμ§κΈ° μ§μ κ·Έλ¦¬κ³ μ΄λμλ νΈμ§κΈ° μ§μμ λ°μμ μμ΅λλ€. 리μ€νΈ λ΄λΆ νλͺ©μ κ²½μ°μλ: <img src="/img/tutorial/body-nested-models/image01.png"> Pydantic λͺ¨λΈ λμ μ `dict`λ₯Ό μ§μ μ¬μ©νμ¬ μμ ν κ²½μ°, μ΄λ¬ν νΈμ§κΈ° μ§μμ λ°μμ μμ΅λλ€. νμ§λ§ μμ ν λμ λλ¦¬κ° μλμΌλ‘ λ³νλκ³ μΆλ ₯λ μλμΌλ‘ JSONμΌλ‘ λ³νλλ―λ‘ κ±±μ ν νμλ μμ΅λλ€. ## λ¨λ `dict`μ λ³Έλ¬Έ μΌλΆ νμ μ ν€μ λ€λ₯Έ νμ μ κ°μ μ¬μ©νμ¬ `dict`λ‘ λ³Έλ¬Έμ μ μΈν μ μμ΅λλ€.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0)