- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 73 for sonunda (0.06 seconds)
-
docs/tr/docs/tutorial/header-params.md
Ayrıca HTTP header'ları büyük/küçük harfe duyarlı değildir; dolayısıyla onları standart Python stiliyle (diğer adıyla "snake_case") tanımlayabilirsiniz. Yani `User_Agent` gibi bir şey yazıp ilk harfleri büyütmeniz gerekmeden, Python kodunda normalde kullandığınız gibi `user_agent` kullanabilirsiniz. Herhangi bir nedenle underscore'ların hyphen'lara otomatik dönüştürülmesini kapatmanız gerekirse, `Header`'ın `convert_underscores` parametresini `False` yapın:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/response-status-code.md
Önceki örneğe tekrar bakalım: {* ../../docs_src/response_status_code/tutorial001_py310.py hl[6] *} `201`, "Created" için kullanılan status code'dur. Ancak bu kodların her birinin ne anlama geldiğini ezberlemek zorunda değilsiniz. `fastapi.status` içindeki kolaylık değişkenlerini (convenience variables) kullanabilirsiniz. {* ../../docs_src/response_status_code/tutorial002_py310.py hl[1,6] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.4K bytes - Click Count (0) -
docs/tr/docs/advanced/additional-status-codes.md
Ancak yeni item'ları da kabul etmesini istiyorsunuz. Ve item daha önce yoksa, onu oluşturup 201 "Created" HTTP status code'unu döndürsün. Bunu yapmak için `JSONResponse` import edin ve içeriğinizi doğrudan onunla döndürün; istediğiniz `status_code`'u da ayarlayın: {* ../../docs_src/additional_status_codes/tutorial001_an_py310.py hl[4,25] *} /// warning | Uyarı
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/tr/docs/tutorial/body-fields.md
/// warning | Uyarı `Field`'a geçirilen ekstra key'ler, uygulamanız için üretilen OpenAPI schema'sında da yer alır. Bu key'ler OpenAPI spesifikasyonunun bir parçası olmak zorunda olmadığından, örneğin [OpenAPI validator](https://validator.swagger.io/) gibi bazı OpenAPI araçları üretilen schema'nızla çalışmayabilir. /// ## Özet { #recap }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/dependencies/sub-dependencies.md
Esse código declara um parâmetro de consulta opcional, `q`, com o tipo `str`, e então retorna esse parâmetro. Isso é bastante simples (e não muito útil), mas irá nos ajudar a focar em como as subdependências funcionam. ## Segunda dependência, "dependable" e "dependente" { #second-dependency-dependable-and-dependant }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 4.1K bytes - Click Count (0) -
docs/tr/docs/fastapi-cli.md
## `fastapi run` { #fastapi-run } `fastapi run` çalıştırmak, varsayılan olarak FastAPI'yi production modunda başlatır.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/tr/docs/how-to/extending-openapi.md
Ürettiğiniz şemayı saklamak için `.openapi_schema` özelliğini bir "cache" gibi kullanabilirsiniz. Böylece bir kullanıcı API docs'larınızı her açtığında uygulamanız şemayı tekrar tekrar üretmek zorunda kalmaz. Şema yalnızca bir kez üretilecektir; sonraki request'ler için de aynı cache'lenmiş şema kullanılacaktır. {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[13:14,25:26] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.5K bytes - Click Count (0) -
docs/ko/llm-prompt.md
- Use polite, instructional Korean (e.g. 합니다/하세요 style). - Keep the tone consistent with the existing Korean FastAPI docs. - Do not translate “You” literally as “당신”. Use “여러분” where appropriate, or omit the subject if it sounds more natural in Korean. ### Headings - Follow existing Korean heading style (short, action-oriented headings like “확인하기”). - Do not add trailing punctuation to headings. ### Quotes
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 24 21:17:54 GMT 2026 - 1.7K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/RelationshipTester.java
interface ItemReporter { String reportItem(Item<?> item); } /** * A word about using {@link Equivalence}, which automatically checks for {@code null} and * identical inputs: This sounds like it ought to be a problem here, since the goals of this class * include testing that {@code equals()} is reflexive and is tolerant of {@code null}. However,Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 5.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
Bir hafta sonra token'ın süresi dolar; kullanıcı yetkilendirilmez ve yeni bir token almak için tekrar giriş yapmak zorunda kalır. Ayrıca kullanıcı (veya üçüncü bir taraf) token'ı değiştirip süre sonunu farklı göstermek isterse bunu tespit edebilirsiniz; çünkü imzalar eşleşmez. JWT token'larıyla oynayıp nasıl çalıştıklarını görmek isterseniz [https://jwt.io](https://jwt.io/) adresine bakın.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 12.1K bytes - Click Count (0)