Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 161 of 161 for operation_id (0.05 seconds)

  1. docs/tr/docs/tutorial/first-steps.md

    * `@app.post()`
    * `@app.put()`
    * `@app.delete()`
    
    Ve daha egzotik olanları:
    
    * `@app.options()`
    * `@app.head()`
    * `@app.patch()`
    * `@app.trace()`
    
    /// tip | İpucu
    
    Her bir operation'ı (HTTP method'unu) istediğiniz gibi kullanmakta özgürsünüz.
    
    **FastAPI** herhangi bir özel anlamı zorunlu kılmaz.
    
    Buradaki bilgiler bir gereklilik değil, bir kılavuz olarak sunulmaktadır.
    
    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)
Back to Top