- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 640 for normale (0.04 seconds)
-
docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md
Response'dan sonra `yield` satırını takip eden kod çalıştırılır: {* ../../docs_src/dependencies/tutorial007_py310.py hl[5:6] *} /// tip | İpucu `async` ya da normal fonksiyonlar kullanabilirsiniz. **FastAPI**, normal dependency'lerde olduğu gibi her ikisinde de doğru şekilde davranır. /// ## `yield` ve `try` ile Bir Dependency { #a-dependency-with-yield-and-try }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/pt/docs/advanced/openapi-webhooks.md
Isso significa que no lugar do processo normal de seus usuários enviarem requisições para a sua API, é a **sua API** (ou sua aplicação) que poderia **enviar requisições para o sistema deles** (para a API deles, a aplicação deles). Isso normalmente é chamado de **webhook**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/es/docs/advanced/openapi-webhooks.md
### Revisa la documentación { #check-the-docs } Ahora puedes iniciar tu app e ir a [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Verás que tu documentación tiene las *path operations* normales y ahora también algunos **webhooks**:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/tr/docs/tutorial/request-files.md
## "Form Data" Nedir { #what-is-form-data } HTML formları (`<form></form>`) veriyi server’a gönderirken normalde JSON’dan farklı, veri için "özel" bir encoding kullanır. **FastAPI**, JSON yerine bu veriyi doğru yerden okuyacağından emin olur. /// note | Teknik Detaylar Formlardan gelen veri, dosya içermiyorsa normalde "media type" olarak `application/x-www-form-urlencoded` ile encode edilir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/es/docs/advanced/stream-data.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 5.7K bytes - Click Count (0) -
docs/tr/docs/advanced/advanced-dependencies.md
Bu davranış FastAPI 0.106.0'da, response'un ağ üzerinde taşınmasını beklerken resource tutmamak amacıyla değiştirildi. /// tip | İpucu Ek olarak, bir background task normalde ayrı ele alınması gereken bağımsız bir mantık setidir ve kendi resource'larına sahip olmalıdır (ör. kendi veritabanı bağlantısı). Bu şekilde muhtemelen daha temiz bir kod elde edersiniz. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10K bytes - Click Count (0) -
docs/tr/docs/tutorial/first-steps.md
* `PATCH` * `TRACE` HTTP protokolünde, her bir path ile bu "method"lardan biri (veya birden fazlası) ile iletişim kurabilirsiniz. --- API oluştururken, normalde belirli bir aksiyon için bu spesifik HTTP method'larını kullanırsınız. Normalde şunları kullanırsınız: * `POST`: veri oluşturmak için. * `GET`: veri okumak için. * `PUT`: veriyi güncellemek için. * `DELETE`: veriyi silmek için.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.4K bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/index.md
Puedes usar `async def` o `def` normal. Y puedes declarar dependencias con `async def` dentro de *path operation functions* normales `def`, o dependencias `def` dentro de *path operation functions* `async def`, etc. No importa. **FastAPI** sabrá qué hacer. /// note | Nota
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/AndXServerMessageBlock.java
bufferIndex += ((AndXServerMessageBlock) andx).readAndXWireFormat(buffer, bufferIndex); } else { /* * Just a plain smb. Read it as normal. */ buffer[bufferIndex++] = (byte) (andx.wordCount & 0xFF); if (andx.wordCount != 0 && andx.wordCount > 2) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 10.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/CloserTest.java
public void testNoExceptionsThrown() throws IOException { Closer closer = new Closer(suppressor); TestCloseable c1 = closer.register(TestCloseable.normal()); TestCloseable c2 = closer.register(TestCloseable.normal()); TestCloseable c3 = closer.register(TestCloseable.normal()); assertFalse(c1.isClosed()); assertFalse(c2.isClosed()); assertFalse(c3.isClosed()); closer.close();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 11.9K bytes - Click Count (0)