Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 991 - 1000 of 1,154 for Web (0.16 seconds)

  1. docs/fr/docs/tutorial/security/oauth2-jwt.md

    Ce code est utilisable dans votre application, enregistrez les hachages de mots de passe dans votre base de données, etc.
    
    Nous allons repartir d'où nous nous sommes arrêtés dans le chapitre précédent et l'enrichir.
    
    ## À propos de JWT { #about-jwt }
    
    JWT signifie « JSON Web Tokens ».
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/helper/UserAgentHelper.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.helper;
    
    import org.lastaflute.web.util.LaRequestUtil;
    
    /**
     * Helper class for detecting and categorizing user agent types from HTTP requests.
     * This class analyzes the User-Agent header to determine which browser type is being used
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 3.5K bytes
    - Click Count (0)
  3. docs/zh-hant/docs/_llm-test.md

    Some text
    ///
    
    ////
    
    //// tab | 資訊
    
    分頁與 `Info`/`Note`/`Warning`/等區塊,應在直線(`|`)後加入其標題的翻譯。
    
    請見 `scripts/translate.py` 中通用提示的 `### Special blocks` 與 `### Tab blocks` 小節。
    
    ////
    
    ## 網頁與內部連結 { #web-and-internal-links }
    
    //// tab | 測試
    
    連結文字應被翻譯,連結位址應保持不變:
    
    * [連結到上方標題](#code-snippets)
    * [內部連結](index.md#installation)
    * [外部連結](https://sqlmodel.tiangolo.com/)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/server-sent-events.md

    Das ist ähnlich wie [JSON Lines streamen](stream-json-lines.md), verwendet aber das Format `text/event-stream`, das von Browsern nativ mit der [die `EventSource`-API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) unterstützt wird.
    
    /// info | Info
    
    Hinzugefügt in FastAPI 0.135.0.
    
    ///
    
    ## Was sind Server-Sent Events? { #what-are-server-sent-events }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:48:21 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  5. docs/fr/docs/advanced/dataclasses.md

    Vous pourriez donc avoir encore besoin d'utiliser des modèles Pydantic.
    
    Mais si vous avez déjà un ensemble de dataclasses sous la main, c'est une astuce pratique pour les utiliser afin d'alimenter une API Web avec FastAPI. 🤓
    
    ///
    
    ## Utiliser des dataclasses dans `response_model` { #dataclasses-in-response-model }
    
    Vous pouvez aussi utiliser `dataclasses` dans le paramètre `response_model` :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  6. docs/pt/docs/tutorial/server-sent-events.md

    Isso é semelhante a [Stream de JSON Lines](stream-json-lines.md), mas usa o formato `text/event-stream`, que é suportado nativamente pelos navegadores com a [`EventSource` API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource).
    
    /// info | Informação
    
    Adicionado no FastAPI 0.135.0.
    
    ///
    
    ## O que são Server-Sent Events? { #what-are-server-sent-events }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:13 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  7. docs/ko/docs/_llm-test.md

    ////
    
    //// tab | 정보
    
    탭과 `Info`/`Note`/`Warning`/등의 블록은 제목 번역을 수직 막대(`|`) 뒤에 추가해야 합니다.
    
    `scripts/translate.py`의 일반 프롬프트에서 `### Special blocks`와 `### Tab blocks` 섹션을 참고하세요.
    
    ////
    
    ## 웹 및 내부 링크 { #web-and-internal-links }
    
    //// tab | 테스트
    
    링크 텍스트는 번역되어야 하고, 링크 주소는 변경되지 않아야 합니다:
    
    * [위의 제목으로 가는 링크](#code-snippets)
    * [내부 링크](index.md#installation)
    * [외부 링크](https://sqlmodel.tiangolo.com/)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  8. docs/de/docs/tutorial/request-forms.md

    Wenn Sie mehr über Formularfelder und ihre Kodierungen lesen möchten, besuchen Sie die [<abbr title="Mozilla Developer Network – Mozilla-Entwicklernetzwerk">MDN</abbr>-Webdokumentation für `POST`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST).
    
    ///
    
    /// warning | Achtung
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  9. docs/pt/docs/how-to/graphql.md

    Você pode combinar *operações de rota* normais do FastAPI com GraphQL na mesma aplicação.
    
    /// tip | Dica
    
    **GraphQL** resolve alguns casos de uso muito específicos.
    
    Ele tem **vantagens** e **desvantagens** quando comparado a **web APIs** comuns.
    
    Certifique-se de avaliar se os **benefícios** para o seu caso de uso compensam as **desvantagens**. 🤓
    
    ///
    
    ## Bibliotecas GraphQL { #graphql-libraries }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/advanced/response-headers.md

    由於 `Response` 常用來設定標頭與 Cookie,FastAPI 也在 `fastapi.Response` 提供了它。
    
    ///
    
    ## 自訂標頭 { #custom-headers }
    
    請記住,專有的自訂標頭可以[使用 `X-` 前綴](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)來新增。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 2.1K bytes
    - Click Count (0)
Back to Top