- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 529 for requester (0.06 seconds)
-
docs/en/docs/tutorial/request-forms.md
/// /// warning You can declare multiple `Form` parameters in a *path operation*, but you can't also declare `Body` fields that you expect to receive as JSON, as the request will have the body encoded using `application/x-www-form-urlencoded` instead of `application/json`. This is not a limitation of **FastAPI**, it's part of the HTTP protocol. /// ## Recap { #recap }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 2.7K bytes - Click Count (0) -
docs/uk/docs/tutorial/request-files.md
Valentyn <******@****.***> 1740261704 -0500
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Feb 22 22:01:44 GMT 2025 - 11.2K bytes - Click Count (0) -
cmd/api-errors.go
Description: "Request has expired", HTTPStatusCode: http.StatusForbidden, }, ErrRequestNotReadyYet: { Code: "AccessDenied", Description: "Request is not valid yet", HTTPStatusCode: http.StatusForbidden, }, ErrSlowDownRead: { Code: "SlowDownRead", Description: "Resource requested is unreadable, please reduce your request rate",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
src/main/java/jcifs/internal/dtyp/SecurityInfo.java
/** * Flag indicating that owner security information is requested or being set. */ int OWNER_SECURITY_INFO = 0x1; /** * Flag indicating that group security information is requested or being set. */ int GROUP_SECURITY_INFO = 0x2; /** * Flag indicating that discretionary access control list (DACL) information is requested or being set. */ int DACL_SECURITY_INFO = 0x4;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/ru/docs/tutorial/request-forms.md
Motov Yurii <******@****.***> 1759231479 +0200
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:24:39 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/uk/docs/tutorial/request-forms.md
Valentyn <******@****.***> 1740752030 -0500
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Feb 28 14:13:50 GMT 2025 - 4K bytes - Click Count (0) -
docs/en/docs/tutorial/request-files.md
# Request Files { #request-files } You can define files to be uploaded by the client using `File`. /// info To receive uploaded files, 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: ```consoleCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/pt/docs/tutorial/request-files.md
# Arquivos de Requisição { #request-files } Você pode definir arquivos para serem enviados pelo cliente usando `File`. /// info | Informação Para receber arquivos enviados, primeiro instale o <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Garanta que você criou um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, o ativou e então o instalou, por exemplo:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 8.1K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts
val requested = this.requested as? ModuleComponentSelector ?: return@all keepPatterns.forEach { coordinates, _ -> if ("${requested.group}:${requested.module}" == coordinates) { val updated = DefaultModuleComponentSelector.withAttributes( requested,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 16:18:05 GMT 2025 - 5.6K bytes - Click Count (0) -
src/main/java/jcifs/SmbResourceException.java
* @param requested requested resources */ public SmbResourceException(String message, int errorCode, ResourceType resourceType, long available, long requested) { super(message, errorCode, Severity.TRANSIENT, Category.RESOURCE); this.resourceType = resourceType; this.availableResources = available; this.requestedResources = requested; // Add contextCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 5.6K bytes - Click Count (0)