- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 549 for APPLICATION (0.67 sec)
-
src/main/java/org/codelibs/fess/cors/DefaultCorsHandler.java
* and applies standard CORS headers based on the application configuration. */ public class DefaultCorsHandler extends CorsHandler { /** * Creates a new instance of DefaultCorsHandler. * This constructor initializes the default CORS handler for applying * standard CORS headers based on application configuration. */ public DefaultCorsHandler() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (0) -
docs/em/docs/tutorial/index.md
<span style="color: green;">INFO</span>: Started server process [28722] <span style="color: green;">INFO</span>: Waiting for application startup. <span style="color: green;">INFO</span>: Application startup complete. ``` </div> โซ๏ธ **๐ ๐ก** ๐ ๐ โ โ๏ธ ๐ ๐, โ โซ๏ธ & ๐ โซ๏ธ ๐. โ๏ธ โซ๏ธ ๐ ๐จโ๐จ โซ๏ธโ ๐ค ๐ฆ ๐ ๐ฐ FastAPI, ๐ โ ๐ฅ ๐ ๐ โ๏ธ โ, ๐ ๐ โ , โ, โ๏ธ. ---
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* application/e-pub+zip=epub<br> * application/x-ibooks+zip=ibooks<br> * text/plain=txt<br> * application/rtf=rtf<br> * application/vnd.ms-htmlhelp=chm<br> * application/zip=zip<br> * application/x-7z-comressed=7z<br> * application/x-bzip=bz<br> * application/x-bzip2=bz2<br> * application/x-tar=tar<br> * application/x-rar-compressed=rar<br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
docs/de/docs/tutorial/request-forms-and-files.md
Sie kรถnnen mehrere `File`- und `Form`-Parameter in einer *Pfadoperation* deklarieren, aber Sie kรถnnen nicht gleichzeitig auch `Body`-Felder deklarieren, welche Sie als JSON erwarten, da der Request den Body mittels `multipart/form-data` statt `application/json` kodiert. Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls. /// ## Zusammenfassung
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.4K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
/// ## โซ๏ธโ "๐จ ๐ฝ" ๐ ๐ธ ๐จ (`<form></form>`) ๐จ ๐ฝ ๐ฝ ๐ โ๏ธ "๐" ๐ข ๐ ๐, โซ๏ธ ๐ โช๏ธโก๏ธ ๐ป. **FastAPI** ๐ โ ๐ญ โ ๐ ๐ โช๏ธโก๏ธ โถ๏ธ๏ธ ๐ฅ โฉ๏ธ ๐ป. /// note | ๐ก โน ๐ โช๏ธโก๏ธ ๐จ ๐ ๐ โ๏ธ "๐ป ๐" `application/x-www-form-urlencoded` ๐โ โซ๏ธ ๐ซ ๐ ๐. โ๏ธ ๐โ ๐จ ๐ ๐, โซ๏ธ ๐ `multipart/form-data`. ๐ฅ ๐ โ๏ธ `File`, **FastAPI** ๐ ๐ญ โซ๏ธ โ๏ธ ๐ค ๐ โช๏ธโก๏ธ โ ๐ ๐ช.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/zh-hant/docs/fastapi-cli.md
<font color="#4E9A06">INFO</font>: Started server process [<font color="#06989A">2265873</font>] <font color="#4E9A06">INFO</font>: Waiting for application startup. <font color="#4E9A06">INFO</font>: Application startup complete. ``` </div> `fastapi` ๅฝไปคๅ็จๅผๅฐฑๆฏ **FastAPI CLI**ใ FastAPI CLI ๆฅๆถไฝ ็ Python ็จๅผ่ทฏๅพ๏ผไพๅฆ `main.py`๏ผ๏ผไธฆ่ชๅๆชขๆธฌ FastAPI ๅฏฆไพ๏ผ้ๅธธๅฝๅ็บ `app`๏ผ๏ผ็ขบๅฎๆญฃ็ขบ็ๅผๅ ฅๆจก็ตๆต็จ๏ผ็ถๅพ้่ก่ฉฒๆ็จ็จๅผใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Oct 18 12:12:01 UTC 2024 - 6.1K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/PostPath.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 1.7K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Invoker.java
package org.apache.maven.api.cli; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * Defines the contract for a component responsible for invoking a Maven application * using the information provided in an {@link InvokerRequest}. This interface is central * to the construction and invocation of Maven commands and builds, and it fully parses arguments. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 31 20:56:58 UTC 2025 - 2.6K bytes - Viewed (0) -
docs/en/docs/advanced/testing-dependencies.md
### Use the `app.dependency_overrides` attribute { #use-the-app-dependency-overrides-attribute } For these cases, your **FastAPI** application has an attribute `app.dependency_overrides`, it is a simple `dict`. To override a dependency for testing, you put as a key the original dependency (a function), and as the value, your dependency override (another function).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.4K bytes - Viewed (0) -
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/android/ConscryptSocketAdapter.kt
import javax.net.ssl.SSLSocket import okhttp3.Protocol import okhttp3.internal.platform.Platform import org.conscrypt.Conscrypt /** * Simple non-reflection SocketAdapter for Conscrypt when included as an application dependency * directly. */ class ConscryptSocketAdapter : SocketAdapter { override fun matchesSocket(sslSocket: SSLSocket): Boolean = Conscrypt.isConscrypt(sslSocket)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3K bytes - Viewed (0)