- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 150 for Routing (0.12 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionBean.java
} public void setPreference(String preference) { this.preference = preference; } public void setRouting(String routing) { this.routing = routing; } public void setSearchType(String searchType) { this.searchType = searchType; } public void setTimeoutInMillis(long timeoutInMillis) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionBean.java
} public void setPreference(String preference) { this.preference = preference; } public void setRouting(String routing) { this.routing = routing; } public void setSearchType(String searchType) { this.searchType = searchType; } public void setTimeoutInMillis(long timeoutInMillis) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionBean.java
} public void setPreference(String preference) { this.preference = preference; } public void setRouting(String routing) { this.routing = routing; } public void setSearchType(String searchType) { this.searchType = searchType; } public void setTimeoutInMillis(long timeoutInMillis) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/VirtualHostHelper.java
import org.lastaflute.web.response.next.HtmlNext; import org.lastaflute.web.util.LaRequestUtil; /** * Helper class for managing virtual host configurations and routing. * This class provides functionality to handle virtual host-based routing * and path resolution based on HTTP headers. */ public class VirtualHostHelper { /** * Default constructor. */ public VirtualHostHelper() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
docs/metrics/healthcheck/README.md
failureThreshold: 3 ``` ## Readiness probe This probe always responds with '200 OK'. Only fails if 'etcd' is configured and unreachable. When readiness probe fails, Kubernetes like platforms turn-off routing to the container. ``` readinessProbe: httpGet: path: /minio/health/ready port: 9000 scheme: HTTP initialDelaySeconds: 120 periodSeconds: 15 timeoutSeconds: 10 successThreshold: 1
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jul 06 16:18:38 UTC 2023 - 2.5K bytes - Viewed (0) -
docs/de/docs/benchmarks.md
* Aber es bietet Ihnen die Tools zum Erstellen einfacher Webanwendungen, mit Routing basierend auf Pfaden, usw. * Wenn Sie Starlette vergleichen, vergleichen Sie es mit Webframeworks (oder Mikroframeworks) wie Sanic, Flask, Django, usw. * **FastAPI**:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 23 16:04:13 UTC 2024 - 3.9K bytes - Viewed (0) -
docs/em/docs/how-to/custom-request-and-route.md
๐ฅ ๐ค ๐ โโ `gzip` ๐, โซ๏ธ ๐ ๐ซ ๐ ๐ ๐ช. ๐ ๐, ๐ ๐ฃ ๐ ๐ช ๐ต ๐ ๐ โ๏ธ ๐ ๐จ. {* ../../docs_src/custom_request_and_route/tutorial001.py hl[8:15] *} ### โ ๐ `GzipRoute` ๐ โญ, ๐ฅ โ ๐ ๐ฟ `fastapi.routing.APIRoute` ๐ ๐ โ โ๏ธ `GzipRequest`. ๐ ๐ฐ, โซ๏ธ ๐ ๐ ๐ฉโ๐ฌ `APIRoute.get_route_handler()`. ๐ ๐ฉโ๐ฌ ๐จ ๐ข. & ๐ ๐ข โซ๏ธโ ๐ ๐จ ๐จ & ๐จ ๐จ. ๐ฅ ๐ฅ โ๏ธ โซ๏ธ โ `GzipRequest` โช๏ธโก๏ธ โฎ๏ธ ๐จ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/en/docs/how-to/custom-request-and-route.md
{* ../../docs_src/custom_request_and_route/tutorial001.py hl[8:15] *} ### Create a custom `GzipRoute` class { #create-a-custom-gziproute-class } Next, we create a custom subclass of `fastapi.routing.APIRoute` that will make use of the `GzipRequest`. This time, it will overwrite the method `APIRoute.get_route_handler()`. This method returns a function. And that function is what will receive a request and return a response.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/de/docs/how-to/custom-request-and-route.md
{* ../../docs_src/custom_request_and_route/tutorial001.py hl[8:15] *} ### Eine benutzerdefinierte `GzipRoute`-Klasse erstellen Als Nรคchstes erstellen wir eine benutzerdefinierte Unterklasse von `fastapi.routing.APIRoute`, welche `GzipRequest` nutzt. Dieses Mal wird die Methode `APIRoute.get_route_handler()` รผberschrieben. Diese Methode gibt eine Funktion zurรผck. Und diese Funktion empfรคngt einen Request und gibt eine Response zurรผck.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/en/docs/benchmarks.md
* But it provides you the tools to build simple web applications, with routing based on paths, etc. * If you are comparing Starlette, compare it against Sanic, Flask, Django, etc. Web frameworks (or microframeworks). * **FastAPI**:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.5K bytes - Viewed (0)