- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 408 for requester (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/es/docs/advanced/using-request-directly.md
/// ## Documentación de `Request` { #request-documentation } Puedes leer más detalles sobre el [objeto `Request` en el sitio de documentación oficial de Starlette](https://www.starlette.dev/requests/). /// note | Detalles Técnicos Podrías también usar `from starlette.requests import Request`. **FastAPI** lo proporciona directamente solo como conveniencia para ti, el desarrollador. Pero viene directamente de Starlette.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/request-form-models.md
**FastAPI** はリクエストの **フォームデータ** から **各フィールド** のデータを **抽出** し、定義した Pydantic モデルとして渡します。 ## ドキュメントで確認 { #check-the-docs } `/docs` のドキュメント UI で確認できます: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## 追加のフォームフィールドを禁止 { #forbid-extra-form-fields } 一部の特殊なユースケース(おそらくあまり一般的ではありません)では、フォームフィールドを Pydantic モデルで宣言したもののみに**制限**し、**追加**のフィールドを**禁止**したい場合があります。 /// note | 備考Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ja/docs/advanced/using-request-directly.md
path operation 関数の引数として `Request` 型のパラメータを宣言すると、**FastAPI** はその引数に `Request` を渡します。 /// tip | 豆知識 この例では、`Request` 型の引数に加えて、パスパラメータも宣言しています。 そのため、パスパラメータは取り出され、検証され、指定した型に変換され、OpenAPI で注釈(ドキュメント化)されます。 同様に、通常どおり任意の他のパラメータを宣言しつつ、追加で `Request` も受け取れます。 /// ## `Request` のドキュメント { #request-documentation } より詳しくは、[公式 Starlette ドキュメントサイトの `Request` オブジェクト](https://www.starlette.dev/requests/)を参照してください。 /// note | 技術詳細Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.8K bytes - Click Count (0) -
docs/ru/docs/tutorial/request-form-models.md
## Проверьте документацию { #check-the-docs } Вы можете проверить это в интерфейсе документации по адресу `/docs`: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## Запрет дополнительных полей формы { #forbid-extra-form-fields }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/uk/docs/advanced/using-request-directly.md
/// ## Документація `Request` { #request-documentation } Докладніше про [об'єкт [`Request`] на офіційному сайті документації Starlette](https://www.starlette.dev/requests/). /// note | Технічні деталі Ви також можете використати `from starlette.requests import Request`. **FastAPI** надає його безпосередньо як зручність для вас, розробника. Але він походить безпосередньо із Starlette.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 3.5K bytes - Click Count (0) -
docs/en/docs/advanced/using-request-directly.md
You can read more details about the [`Request` object in the official Starlette documentation site](https://www.starlette.dev/requests/). /// note | Technical Details You could also use `from starlette.requests import Request`. **FastAPI** provides it directly just as a convenience for you, the developer. But it comes directly from Starlette.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.3K bytes - Click Count (0) -
docs/en/docs/tutorial/request-form-models.md
**FastAPI** will **extract** the data for **each field** from the **form data** in the request and give you the Pydantic model you defined. ## Check the Docs { #check-the-docs } You can verify it in the docs UI at `/docs`: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## Forbid Extra Form Fields { #forbid-extra-form-fields }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-form-models.md
**FastAPI**는 요청에서 받은 **폼 데이터**에서 **각 필드**에 대한 데이터를 **추출**하고 정의한 Pydantic 모델을 줍니다. ## 문서 확인하기 { #check-the-docs } 문서 UI `/docs`에서 확인할 수 있습니다: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## 추가 폼 필드 금지하기 { #forbid-extra-form-fields } 일부 특별한 사용 사례(아마도 흔하지는 않겠지만)에서는 Pydantic 모델에서 선언된 폼 필드로만 **제한**하길 원할 수도 있습니다. 그리고 **추가** 필드를 **금지**할 수도 있습니다. /// note | 참고Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/fr/docs/advanced/using-request-directly.md
Vous pouvez lire plus de détails sur [l'objet `Request` sur le site de documentation officiel de Starlette](https://www.starlette.dev/requests/). /// note | Détails techniques Vous pouvez également utiliser `from starlette.requests import Request`. **FastAPI** le fournit directement pour votre commodité, en tant que développeur. Mais il provient directement de Starlette.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
return this.resolveDfs; } /** * Set the security flags for the create request * @param securityFlags the securityFlags to set */ public void setSecurityFlags(final byte securityFlags) { this.securityFlags = securityFlags; } /** * Set the requested oplock level for the file * @param requestedOplockLevel the requestedOplockLevel to set */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 22.9K bytes - Click Count (0)