Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Yunkun (0.16 sec)

  1. docs/tr/docs/tutorial/path-params.md

    ```
    /files/{file_path:path}
    ```
    
    Bu durumda, parametrenin adı `file_path` olacaktır ve son kısım olan `:path` kısmı, parametrenin herhangi bir *yol* ile eşleşmesi gerektiğini belirtecektir.
    
    Böylece şunun gibi bir kullanım yapabilirsiniz:
    
    ```Python hl_lines="6"
    {!../../../docs_src/path_params/tutorial004.py!}
    ```
    
    !!! tip "İpucu"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.8K bytes
    - Viewed (0)
Back to top