Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,019 for curl (0.02 sec)

  1. docs/em/docs/deployment/server-workers.md

    ๐Ÿ™† ๐Ÿ’ผ, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿƒ โšซ๏ธ ๐Ÿ’– ๐Ÿ‘‰:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --host 0.0.0.0 --port 8080 --workers 4
    <font color="#A6E22E">INFO</font>:     Uvicorn running on <b>http://0.0.0.0:8080</b> (Press CTRL+C to quit)
    <font color="#A6E22E">INFO</font>:     Started parent process [<font color="#A1EFE4"><b>27365</b></font>]
    <font color="#A6E22E">INFO</font>:     Started server process [<font color="#A1EFE4">27368</font>]
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. docs/ko/docs/python-types.md

    ์—ฌ๋Ÿฌ๋ถ„์€ ๋งค๊ฐœ๋ณ€์ˆ˜๋ฅผ ์ค€๋น„ํ–ˆ๊ณ , ํ•จ์ˆ˜๋ฅผ ์ •์˜ํ•˜๊ธฐ ์‹œ์ž‘ํ–ˆ์„ ๊ฒ๋‹ˆ๋‹ค.
    
    ์ด๋•Œ "์ฒซ ๊ธ€์ž๋ฅผ ๋Œ€๋ฌธ์ž๋กœ ๋ฐ”๊พธ๋Š” ํ•จ์ˆ˜"๋ฅผ ํ˜ธ์ถœํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
    
    `upper`์˜€๋‚˜? ์•„๋‹ˆ๋ฉด `uppercase`? `first_uppercase`? `capitalize`?
    
    ๊ทธ๋•Œ ๊ฐœ๋ฐœ์ž๋“ค์˜ ์˜ค๋žœ ์นœ๊ตฌ, ์—๋””ํ„ฐ ์ž๋™์™„์„ฑ์„ ์‹œ๋„ํ•ด๋ด…๋‹ˆ๋‹ค.
    
    ๋‹น์‹ ์€ `first_name`๋ฅผ ์ž…๋ ฅํ•œ ๋’ค ์ (`.`)์„ ์ž…๋ ฅํ•˜๊ณ  ์ž๋™์™„์„ฑ์„ ์ผœ๊ธฐ ์œ„ํ•ด์„œ `Ctrl+Space`๋ฅผ ๋ˆŒ๋ €์Šต๋‹ˆ๋‹ค.
    
    ํ•˜์ง€๋งŒ ์Šฌํ”„๊ฒŒ๋„ ์•„๋ฌด๋Ÿฐ ๋„์›€์ด ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค:
    
    <img src="/img/python-types/image01.png">
    
    ### ํƒ€์ž… ์ถ”๊ฐ€ํ•˜๊ธฐ
    
    ์ด์ „ ๋ฒ„์ „์—์„œ ํ•œ ์ค„๋งŒ ์ˆ˜์ •ํ•ด๋ด…์‹œ๋‹ค.
    
    ์ €ํฌ๋Š” ์ด ํ•จ์ˆ˜์˜ ๋งค๊ฐœ๋ณ€์ˆ˜ ๋ถ€๋ถ„:
    
    ```Python
        first_name, last_name
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. docs/em/docs/python-types.md

    โœ‹๏ธ โคด๏ธ ๐Ÿ‘† โœ”๏ธ ๐Ÿค™ "๐Ÿ‘ˆ ๐Ÿ‘ฉโ€๐Ÿ”ฌ ๐Ÿ‘ˆ ๐Ÿ—œ ๐Ÿฅ‡ ๐Ÿ”ค โ†– ๐Ÿ’ผ".
    
    โšซ๏ธ `upper`โ“ โšซ๏ธ `uppercase`โ“ `first_uppercase`โ“ `capitalize`โ“
    
    โคด๏ธ, ๐Ÿ‘† ๐Ÿ”„ โฎ๏ธ ๐Ÿ— ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ, ๐Ÿ‘จโ€๐ŸŽจ โœ.
    
    ๐Ÿ‘† ๐Ÿ†Ž ๐Ÿฅ‡ ๐Ÿ”ข ๐Ÿ”ข, `first_name`, โคด๏ธ โฃ (`.`) &amp; โคด๏ธ ๐ŸŽฏ `Ctrl+Space` โฒ ๐Ÿ› ๏ธ.
    
    โœ‹๏ธ, ๐Ÿ˜ž, ๐Ÿ‘† ๐Ÿคš ๐Ÿ•ณ โš :
    
    <img src="/img/python-types/image01.png">
    
    ### ๐Ÿšฎ ๐Ÿ†Ž
    
    โžก๏ธ ๐Ÿ”€ ๐Ÿ‘ โธ โšช๏ธโžก๏ธ โฎ๏ธ โฌ.
    
    ๐Ÿ‘ฅ ๐Ÿ”œ ๐Ÿ”€ โšซ๏ธโ” ๐Ÿ‘‰ ๐Ÿงฌ, ๐Ÿ”ข ๐Ÿ”ข, โšช๏ธโžก๏ธ:
    
    ```Python
        first_name, last_name
    ```
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/path-params.md

    Debido a esto, el propio **FastAPI** proporciona una documentaciรณn de API alternativa (usando ReDoc), a la cual puedes acceder en <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>:
    
    <img src="/img/tutorial/path-params/image02.png">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/security/first-steps.md

    {* ../../docs_src/security/tutorial001_an_py39.py hl[8] *}
    
    /// tip
    
    Here `tokenUrl="token"` refers to a relative URL `token` that we haven't created yet. As it's a relative URL, it's equivalent to `./token`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/schema-extra-example.md

    ////
    
    //// tab | Pydantic v1
    
    {* ../../docs_src/schema_extra_example/tutorial001_pv1_py310.py hl[13:23] *}
    
    ////
    
    Esa informaciรณn extra se aรฑadirรก tal cual al **JSON Schema** generado para ese modelo, y se usarรก en la documentaciรณn de la API.
    
    //// tab | Pydantic v2
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

                    sb.append(classifier);
                }
                sb.append(" -Dpackaging=");
                sb.append(type);
                sb.append(" -Dfile=/path/to/file");
                sb.append(" -Durl=[url] -DrepositoryId=[id]");
                sb.append(LS);
            }
    
            sb.append(constructArtifactPath(path, indentation));
            sb.append(LS);
    
            return sb.toString();
        }
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Apr 01 21:22:14 UTC 2025
    - 10.1K bytes
    - Viewed (0)
  8. docs/ja/docs/how-to/conditional-openapi.md

    <div class="termy">
    
    ```console
    $ OPENAPI_URL= uvicorn main:app
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    ใ™ใ‚‹ใจใ€ไปฅไธ‹ใฎใ‚ˆใ†ใซ `/openapi.json`, `/docs`, `/redoc` ใฎใฉใฎURLใซใ‚ขใ‚ฏใ‚ปใ‚นใ—ใฆใ‚‚ใ€ `404 Not Found` ใ‚จใƒฉใƒผใŒ่ฟ”ใฃใฆใใ‚‹ใ‚ˆใ†ใซใชใ‚Šใพใ™ใ€‚
    
    ```JSON
    {
        "detail": "Not Found"
    }
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. docs/ja/docs/tutorial/security/first-steps.md

    {* ../../docs_src/security/tutorial001.py hl[6] *}
    
    /// tip | ่ฑ†็Ÿฅ่ญ˜
    
    ใ“ใ“ใงใ€`tokenUrl="token"`ใฏใ€ใพใ ไฝœๆˆใ—ใฆใ„ใชใ„็›ธๅฏพURL`token`ใ‚’ๆŒ‡ใ—ใพใ™ใ€‚็›ธๅฏพURLใชใฎใงใ€`./token`ใจๅŒใ˜ใงใ™ใ€‚
    
    ็›ธๅฏพURLใ‚’ไฝฟใฃใฆใ„ใ‚‹ใฎใงใ€APIใŒ`https://example.com/`ใซใ‚ใ‚‹ๅ ดๅˆใ€`https://example.com/token`ใ‚’ๅ‚็…งใ—ใพใ™ใ€‚ใ—ใ‹ใ—ใ€APIใŒ`https://example.com/api/v1/`ใซใ‚ใ‚‹ๅ ดๅˆใฏ`https://example.com/api/v1/token`ใ‚’ๅ‚็…งใ™ใ‚‹ใ“ใจใซใชใ‚Šใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/sql-databases.md

    ### Run the App { #run-the-app }
    
    You can run the app:
    
    <div class="termy">
    
    ```console
    $ fastapi dev main.py
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Then go to the `/docs` UI, you will see that **FastAPI** is using these **models** to **document** the API, and it will use them to **serialize** and **validate** the data too.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top