Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 549 for APPLICATION (0.67 sec)

  1. src/main/java/org/codelibs/fess/cors/DefaultCorsHandler.java

     * and applies standard CORS headers based on the application configuration.
     */
    public class DefaultCorsHandler extends CorsHandler {
    
        /**
         * Creates a new instance of DefaultCorsHandler.
         * This constructor initializes the default CORS handler for applying
         * standard CORS headers based on application configuration.
         */
        public DefaultCorsHandler() {
            super();
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/index.md

    <span style="color: green;">INFO</span>:     Started server process [28722]
    <span style="color: green;">INFO</span>:     Waiting for application startup.
    <span style="color: green;">INFO</span>:     Application startup complete.
    ```
    
    </div>
    
    โšซ๏ธ **๐Ÿ† ๐Ÿ’ก** ๐Ÿ‘ˆ ๐Ÿ‘† โœ โš–๏ธ ๐Ÿ“ ๐Ÿ“Ÿ, โœ โšซ๏ธ &amp; ๐Ÿƒ โšซ๏ธ ๐ŸŒ.
    
    โš™๏ธ โšซ๏ธ ๐Ÿ‘† ๐Ÿ‘จโ€๐ŸŽจ โšซ๏ธโ” ๐Ÿค™ ๐ŸŽฆ ๐Ÿ‘† ๐Ÿ’ฐ FastAPI, ๐Ÿ‘€ โ” ๐Ÿฅ ๐Ÿ“Ÿ ๐Ÿ‘† โœ”๏ธ โœ, ๐ŸŒ ๐Ÿ†Ž โœ…, โœ, โ™’๏ธ.
    
    ---
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * application/e-pub+zip=epub<br>
         * application/x-ibooks+zip=ibooks<br>
         * text/plain=txt<br>
         * application/rtf=rtf<br>
         * application/vnd.ms-htmlhelp=chm<br>
         * application/zip=zip<br>
         * application/x-7z-comressed=7z<br>
         * application/x-bzip=bz<br>
         * application/x-bzip2=bz2<br>
         * application/x-tar=tar<br>
         * application/x-rar-compressed=rar<br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  4. docs/de/docs/tutorial/request-forms-and-files.md

    Sie kรถnnen mehrere `File`- und `Form`-Parameter in einer *Pfadoperation* deklarieren, aber Sie kรถnnen nicht gleichzeitig auch `Body`-Felder deklarieren, welche Sie als JSON erwarten, da der Request den Body mittels `multipart/form-data` statt `application/json` kodiert.
    
    Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls.
    
    ///
    
    ## Zusammenfassung
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/request-files.md

    ///
    
    ## โšซ๏ธโ” "๐Ÿ“จ ๐Ÿ’ฝ"
    
    ๐ŸŒŒ ๐Ÿ•ธ ๐Ÿ“จ (`<form></form>`) ๐Ÿ“จ ๐Ÿ’ฝ ๐Ÿ’ฝ ๐Ÿ›Ž โš™๏ธ "๐ŸŽ" ๐Ÿ”ข ๐Ÿ‘ˆ ๐Ÿ“Š, โšซ๏ธ ๐ŸŽ โšช๏ธโžก๏ธ ๐ŸŽป.
    
    **FastAPI** ๐Ÿ”œ โš’ ๐Ÿ’ญ โœ ๐Ÿ‘ˆ ๐Ÿ“Š โšช๏ธโžก๏ธ โ–ถ๏ธ๏ธ ๐Ÿฅ‰ โ†ฉ๏ธ ๐ŸŽป.
    
    /// note | ๐Ÿ“ก โ„น
    
    ๐Ÿ“Š โšช๏ธโžก๏ธ ๐Ÿ“จ ๐Ÿ›Ž ๐Ÿ—œ โš™๏ธ "๐Ÿ“ป ๐Ÿ†Ž" `application/x-www-form-urlencoded` ๐Ÿ•โ” โšซ๏ธ ๐Ÿšซ ๐Ÿ”Œ ๐Ÿ“.
    
    โœ‹๏ธ ๐Ÿ•โ” ๐Ÿ“จ ๐Ÿ”Œ ๐Ÿ“, โšซ๏ธ ๐Ÿ—œ `multipart/form-data`. ๐Ÿšฅ ๐Ÿ‘† โš™๏ธ `File`, **FastAPI** ๐Ÿ”œ ๐Ÿ’ญ โšซ๏ธ โœ”๏ธ ๐Ÿคš ๐Ÿ“ โšช๏ธโžก๏ธ โ˜‘ ๐Ÿ• ๐Ÿ’ช.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. docs/zh-hant/docs/fastapi-cli.md

    <font color="#4E9A06">INFO</font>:     Started server process [<font color="#06989A">2265873</font>]
    <font color="#4E9A06">INFO</font>:     Waiting for application startup.
    <font color="#4E9A06">INFO</font>:     Application startup complete.
    ```
    
    </div>
    
    `fastapi` ๅ‘ฝไปคๅˆ—็จ‹ๅผๅฐฑๆ˜ฏ **FastAPI CLI**ใ€‚
    
    FastAPI CLI ๆŽฅๆ”ถไฝ ็š„ Python ็จ‹ๅผ่ทฏๅพ‘๏ผˆไพ‹ๅฆ‚ `main.py`๏ผ‰๏ผŒไธฆ่‡ชๅ‹•ๆชขๆธฌ FastAPI ๅฏฆไพ‹๏ผˆ้€šๅธธๅ‘ฝๅ็‚บ `app`๏ผ‰๏ผŒ็ขบๅฎšๆญฃ็ขบ็š„ๅผ•ๅ…ฅๆจก็ต„ๆต็จ‹๏ผŒ็„ถๅพŒ้‹่กŒ่ฉฒๆ‡‰็”จ็จ‹ๅผใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Oct 18 12:12:01 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. samples/guide/src/main/java/okhttp3/recipes/kt/PostPath.kt

          fileSystem.sink(path).use {
            response.body.source().readAll(it)
          }
    
          println(fileSystem.source(path).buffer().readUtf8())
        }
      }
    
      companion object {
        val MEDIA_TYPE_JSON = "application/json".toMediaType()
      }
    }
    
    fun main() {
      PostPath().run()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Invoker.java

    package org.apache.maven.api.cli;
    
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * Defines the contract for a component responsible for invoking a Maven application
     * using the information provided in an {@link InvokerRequest}. This interface is central
     * to the construction and invocation of Maven commands and builds, and it fully parses arguments.
     *
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jan 31 20:56:58 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/testing-dependencies.md

    ### Use the `app.dependency_overrides` attribute { #use-the-app-dependency-overrides-attribute }
    
    For these cases, your **FastAPI** application has an attribute `app.dependency_overrides`, it is a simple `dict`.
    
    To override a dependency for testing, you put as a key the original dependency (a function), and as the value, your dependency override (another function).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  10. okhttp/src/androidMain/kotlin/okhttp3/internal/platform/android/ConscryptSocketAdapter.kt

    import javax.net.ssl.SSLSocket
    import okhttp3.Protocol
    import okhttp3.internal.platform.Platform
    import org.conscrypt.Conscrypt
    
    /**
     * Simple non-reflection SocketAdapter for Conscrypt when included as an application dependency
     * directly.
     */
    class ConscryptSocketAdapter : SocketAdapter {
      override fun matchesSocket(sslSocket: SSLSocket): Boolean = Conscrypt.isConscrypt(sslSocket)
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top