- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 236 for oricine (0.06 seconds)
-
docs/en/docs/advanced/response-headers.md
the `X-` prefix](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers). But if you have custom headers that you want a client in a browser to be able to see, you need to add them to your CORS configurations (read more in [CORS (Cross-Origin Resource Sharing)](../tutorial/cors.md)), using the parameter `expose_headers` documented in [Starlette's CORS docs](https://www.starlette.dev/middleware/#corsmiddleware)....
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.2K bytes - Click Count (0) -
README.md
> **THIS REPOSITORY IS NO LONGER MAINTAINED.** > > **Alternatives:** > - **[AIStor Free](https://min.io/download)** — Full-featured, standalone edition for community use (free license) > - **[AIStor Enterprise](https://min.io/pricing)** — Distributed edition with commercial support --- # MinIO Quickstart Guide
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Feb 12 20:18:48 GMT 2026 - 8.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \n" + " referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen> \n" + " </iframe> \n" + " </div> \n" + " </div> \n" + "</details>");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
docs/tr/docs/deployment/versions.md
Bu yüzden **FastAPI**'nin doğru Starlette sürümünü kullanmasına izin verebilirsiniz. ## Pydantic Hakkında { #about-pydantic } Pydantic, **FastAPI** için olan test'leri kendi test'lerinin içine dahil eder; bu yüzden Pydantic'in yeni sürümleri (`1.0.0` üzeri) her zaman FastAPI ile uyumludur. Pydantic'i sizin için çalışan `1.0.0` üzerindeki herhangi bir sürüme sabitleyebilirsiniz. Örneğin: ```txtCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblem.java
* information that is available at the point the problem occurs and as such merely serves as best effort * to provide information to the user to track the problem back to its origin. * * @return The identifier of the model from which the problem originated or an empty string if unknown, never * {@code null}. */ @Nonnull String getModelId(); /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.9K bytes - Click Count (0) -
docs/tr/docs/advanced/custom-response.md
*path operation function*’ınızdan döndürdüğünüz içerik, o `Response`’un içine yerleştirilir. /// note | Not Media type’ı olmayan bir response class kullanırsanız, FastAPI response’unuzun content içermediğini varsayar; bu yüzden ürettiği OpenAPI dokümanında response formatını dokümante etmez. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/tr/docs/python-types.md
Değişkeni, aynı iki nokta (`:`) sözdizimiyle bildirin. Tip olarak `list` yazın. `list`, bazı iç tipleri barındıran bir tip olduğundan, bunları köşeli parantez içine yazarsınız: {* ../../docs_src/python_types/tutorial006_py310.py hl[1] *} /// info | Bilgi Köşeli parantez içindeki bu iç tiplere "type parameters" denir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/config/README.md
cluster_deadline (duration) set the deadline for cluster readiness check (default: '10s') cors_allow_origin (csv) set comma separated list of origins allowed for CORS requests (default: '*') remote_transport_deadline (duration) set the deadline for API requests on remote transports while proxying between federated instances e.g. "2h" (default: '2h')
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.1K bytes - Click Count (1) -
docs/tr/docs/advanced/additional-responses.md
Örneğin: {* ../../docs_src/additional_responses/tutorial004_py310.py hl[11:15,24] *} ## OpenAPI Response'ları Hakkında Daha Fazla Bilgi { #more-information-about-openapi-responses } Response'ların içine tam olarak neleri dahil edebileceğinizi görmek için OpenAPI spesifikasyonundaki şu bölümlere bakabilirsiniz:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/stream-json-lines.md
{"name": "Portal Gun", "description": "A portal opening device."} {"name": "Meeseeks Box", "description": "A box that summons a Meeseeks."} ``` Bir JSON dizisine (Python list eşdeğeri) çok benzer; ancak öğeler `[]` içine alınmak ve araya `,` konmak yerine, her satırda **bir JSON nesnesi** vardır; bunlar yeni satır karakteri ile ayrılır. /// info | BilgiCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 4.6K bytes - Click Count (0)