Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 31 for 307 (0.24 seconds)

  1. docs/es/docs/advanced/custom-response.md

    /// tip | Consejo
    
    Es posible que `ORJSONResponse` sea una alternativa más rápida.
    
    ///
    
    ### `RedirectResponse` { #redirectresponse }
    
    Devuelve una redirección HTTP. Usa un código de estado 307 (Redirección Temporal) por defecto.
    
    Puedes devolver un `RedirectResponse` directamente:
    
    {* ../../docs_src/custom_response/tutorial006_py39.py hl[2,9] *}
    
    ---
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  2. docs/en/docs/advanced/custom-response.md

    /// tip
    
    It's possible that `ORJSONResponse` might be a faster alternative.
    
    ///
    
    ### `RedirectResponse` { #redirectresponse }
    
    Returns an HTTP redirect. Uses a 307 status code (Temporary Redirect) by default.
    
    You can return a `RedirectResponse` directly:
    
    {* ../../docs_src/custom_response/tutorial006_py39.py hl[2,9] *}
    
    ---
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 12.4K bytes
    - Click Count (0)
  3. docs/de/docs/advanced/custom-response.md

    Möglicherweise ist `ORJSONResponse` eine schnellere Alternative.
    
    ///
    
    ### `RedirectResponse` { #redirectresponse }
    
    Gibt eine HTTP-Weiterleitung (HTTP-Redirect) zurück. Verwendet standardmäßig den Statuscode 307 – Temporäre Weiterleitung (Temporary Redirect).
    
    Sie können eine `RedirectResponse` direkt zurückgeben:
    
    {* ../../docs_src/custom_response/tutorial006_py39.py hl[2,9] *}
    
    ---
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 14.4K bytes
    - Click Count (0)
  4. docs/pt/docs/advanced/custom-response.md

    /// tip | Dica
    
    É possível que `ORJSONResponse` seja uma alternativa mais rápida.
    
    ///
    
    ### `RedirectResponse` { #redirectresponse }
    
    Retorna um redirecionamento HTTP. Utiliza o código de status 307 (Redirecionamento Temporário) por padrão.
    
    Você pode retornar uma `RedirectResponse` diretamente:
    
    {* ../../docs_src/custom_response/tutorial006_py39.py hl[2,9] *}
    
    ---
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 13.8K bytes
    - Click Count (0)
  5. api/except.txt

    pkg syscall (openbsd-386), const SYS_SETITIMER = 83
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
    pkg syscall (openbsd-386), const SYS_STAT = 291
    pkg syscall (openbsd-386), const SYS_STATFS = 307
    pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
    pkg syscall (openbsd-386), const SYS_UTIMES = 138
    pkg syscall (openbsd-386), const SYS_WAIT4 = 7
    pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Sun Jun 16 23:08:08 GMT 2024
    - 34.8K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.30.md

        - [Container Images](#container-images-6)
      - [Changelog since v1.30.7](#changelog-since-v1307)
      - [Changes by Kind](#changes-by-kind-6)
        - [Feature](#feature-4)
      - [Dependencies](#dependencies-6)
        - [Added](#added-6)
        - [Changed](#changed-6)
        - [Removed](#removed-6)
    - [v1.30.7](#v1307)
      - [Downloads for v1.30.7](#downloads-for-v1307)
        - [Source Code](#source-code-7)
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jun 18 18:59:10 GMT 2025
    - 398.1K bytes
    - Click Count (0)
  7. cmd/apierrorcode_string.go

    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbolForParsing-305]
    	_ = x[ErrEvaluatorTimestampFormatPatternDuplicateFields-306]
    	_ = x[ErrEvaluatorTimestampFormatPatternHourClockAmPmMismatch-307]
    	_ = x[ErrEvaluatorUnterminatedTimestampFormatPatternToken-308]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternToken-309]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbol-310]
    	_ = x[ErrEvaluatorBindingDoesNotExist-311]
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 21.6K bytes
    - Click Count (0)
  8. docs/zh/docs/advanced/custom-response.md

    ///
    
    {* ../../docs_src/custom_response/tutorial001.py hl[2,7] *}
    
    /// tip | 小贴士
    
    `ORJSONResponse` 可能是一个更快的选择。
    
    ///
    
    ### `RedirectResponse`
    
    返回 HTTP 重定向。默认情况下使用 307 状态代码(临时重定向)。
    
    {* ../../docs_src/custom_response/tutorial006.py hl[2,9] *}
    
    ### `StreamingResponse`
    
    采用异步生成器或普通生成器/迭代器,然后流式传输响应主体。
    
    {* ../../docs_src/custom_response/tutorial007.py hl[2,14] *}
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 7.5K bytes
    - Click Count (0)
  9. docs/ja/docs/advanced/custom-response.md

    ///
    
    {* ../../docs_src/custom_response/tutorial001.py hl[2,7] *}
    
    /// tip | 豆知識
    
    `ORJSONResponse` のほうが高速な代替かもしれません。
    
    ///
    
    ### `RedirectResponse`
    
    HTTPリダイレクトを返します。デフォルトでは307ステータスコード (Temporary Redirect) となります。
    
    {* ../../docs_src/custom_response/tutorial006.py hl[2,9] *}
    
    ### `StreamingResponse`
    
    非同期なジェネレータか通常のジェネレータ・イテレータを受け取り、レスポンスボディをストリームします。
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 10.4K bytes
    - Click Count (0)
  10. impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
        <plexusVersion>1.0-beta-3.0.7</plexusVersion>
        <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
        <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
        <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 22.4K bytes
    - Click Count (0)
Back to Top