Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hai (0.24 sec)

  1. docs/it/docs/index.md

    Vedrai la seguente risposta JSON:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    Hai appena creato un'API che:
    
    * Riceve richieste HTTP sui _paths_ `/` and `/items/{item_id}`.
    * Entrambi i _paths_ accettano`GET` operations (conosciuti anche come <abbr title="metodi HTTP">HTTP _methods_</abbr>).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  2. docs/vi/docs/index.md

    Bạn sẽ thấy một JSON response:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    Bạn đã sẵn sàng để tạo một API như sau:
    
    * Nhận HTTP request với _đường dẫn_ `/` và `/items/{item_id}`.
    * Cả hai _đường dẫn_ sử dụng toán tử `GET` (cũng đươc biết đến là _phương thức_ HTTP).
    * _Đường dẫn_ `/items/{item_id}` có một _tham số đường dẫn_ `item_id`, nó là một tham số kiểu `int`.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 22K bytes
    - Viewed (0)
Back to top