Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 202 of 202 for Decorator (0.07 seconds)

  1. docs/ja/docs/tutorial/bigger-applications.md

    さらに `dependencies` のリストを追加できます。これはこのルーター内のすべての *path operations* に追加され、それらへの各リクエストごとに実行・解決されます。
    
    /// tip | 豆知識
    
    [*path operation デコレータ*の依存関係](dependencies/dependencies-in-path-operation-decorators.md) と同様に、*path operation 関数*には値は渡されない点に注意してください。
    
    ///
    
    最終的に、item のパスは次のとおりになります:
    
    * `/items/`
    * `/items/{item_id}`
    
    ...意図したとおりです。
    
    * これらには、文字列 `"items"` を1つ含むタグのリストが付きます。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 22.8K bytes
    - Click Count (0)
  2. CHANGELOG.md

     *  Fix: Don't crash when canceling an event source created by `EventSources.processResponse()`.
     *  New: `Cache` now has a public constructor that takes an [okio.FileSystem]. This should make it
        possible to implement decorators for cache encryption or compression.
     *  New: `Cookie.newBuilder()` to build upon an existing cookie.
     *  New: Use TLSv1.3 when running on JDK 8u261 or newer.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 11:57:47 GMT 2026
    - 36.2K bytes
    - Click Count (2)
Back to Top