Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 181 - 190 of 217 for Wert (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/test-utils_test.go

    func StartTestTLSServer(t TestErrHandler, instanceType string, cert, key []byte) TestServer {
    	// Fetch TLS key and pem files from test-data/ directory.
    	//	dir, _ := os.Getwd()
    	//	testDataDir := filepath.Join(filepath.Dir(dir), "test-data")
    	//
    	//	pemFile := filepath.Join(testDataDir, "server.pem")
    	//	keyFile := filepath.Join(testDataDir, "server.key")
    	cer, err := tls.X509KeyPair(cert, key)
    	if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 77K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/query-params-str-validations.md

    Comme, dans ce cas (sans utiliser `Annotated`), nous devons remplacer la valeur par défaut `None` dans la fonction par `Query()`, nous devons maintenant définir la valeur par défaut avec le paramètre `Query(default=None)`, cela sert le même objectif de définir cette valeur par défaut (au moins pour FastAPI).
    
    Donc :
    
    ```Python
    q: str | None = Query(default=None)
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 19K bytes
    - Click Count (0)
  3. docs/de/docs/deployment/concepts.md

    * HAProxy
        * Mit einer externen Komponente wie Certbot für Zertifikat-Erneuerungen
    * Kubernetes mit einem Ingress Controller wie Nginx
        * Mit einer externen Komponente wie cert-manager für Zertifikat-Erneuerungen
    * Es wird intern von einem Cloudanbieter als Teil seiner Dienste verwaltet (siehe unten 👇)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  4. docs/en/docs/deployment/concepts.md

    * HAProxy
        * With an external component like Certbot for certificate renewals
    * Kubernetes with an Ingress Controller like Nginx
        * With an external component like cert-manager for certificate renewals
    * Handled internally by a cloud provider as part of their services (read below 👇)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 18.5K bytes
    - Click Count (1)
  5. android/guava/src/com/google/common/net/InetAddresses.java

     *   <li><a target="_parent" href="http://www.cymru.com/Bogons/v6bogon.html">http://www.cymru.com/
     *       Bogons/v6bogon.html</a>
     *   <li><a target="_parent" href="http://www.space.net/~gert/RIPE/ipv6-filters.html">http://www.
     *       space.net/~gert/RIPE/ipv6-filters.html</a>
     * </ul>
     *
     * @author Erik Kline
     * @since 5.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    public final class InetAddresses {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 47.7K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/deployment/concepts.md

    - Traefik
        - 自動處理憑證續期 ✨
    - Caddy
        - 自動處理憑證續期 ✨
    - Nginx
        - 搭配像 Certbot 這類外部元件進行憑證續期
    - HAProxy
        - 搭配像 Certbot 這類外部元件進行憑證續期
    - Kubernetes,使用如 Nginx 的 Ingress Controller
        - 搭配像 cert-manager 這類外部元件進行憑證續期
    - 由雲端供應商在其服務內部處理(見下文 👇)
    
    另一個選項是使用能幫你做更多事情的雲端服務(包含設定 HTTPS)。它可能有一些限制或要額外付費等。但在那種情況下,你就不必自己設定 TLS Termination Proxy。
    
    我會在後續章節展示一些具體例子。
    
    ---
    
    接下來要考慮的概念都與實際執行你的 API 的程式(例如 Uvicorn)有關。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 16.1K bytes
    - Click Count (0)
  7. docs/es/docs/deployment/concepts.md

    * HAProxy
        * Con un componente externo como Certbot para las renovaciones de certificados
    * Kubernetes con un Controlador de Ingress como Nginx
        * Con un componente externo como cert-manager para las renovaciones de certificados
    * Manejado internamente por un proveedor de nube como parte de sus servicios (lee abajo 👇)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20K bytes
    - Click Count (0)
  8. docs/tr/docs/async.md

    Peki, tavuk-yumurta meselesi: ilk `async` fonksiyon nasıl çağrılır?
    
    **FastAPI** ile çalışıyorsanız bunu dert etmenize gerek yok; çünkü o "ilk" fonksiyon sizin *path operasyon fonksiyonunuz* olacaktır ve FastAPI doğru olanı yapmasını bilir.
    
    Ama FastAPI olmadan da `async` / `await` kullanmak isterseniz, bunu da yapabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.7K bytes
    - Click Count (0)
  9. docs/zh/docs/deployment/concepts.md

    您可以用作 TLS 终止代理的一些工具包括:
    
    * Traefik
        * 自动处理证书更新 ✨
    * Caddy
        * 自动处理证书更新 ✨
    * Nginx
        * 使用 Certbot 等外部组件进行证书更新
    * HAProxy
        * 使用 Certbot 等外部组件进行证书更新
    * 带有 Ingress Controller(如 Nginx) 的 Kubernetes
        * 使用诸如 cert-manager 之类的外部组件来进行证书更新
    * 由云服务商内部处理,作为其服务的一部分(请阅读下文👇)
    
    另一种选择是您可以使用**云服务**来完成更多工作,包括设置 HTTPS。 它可能有一些限制或向您收取更多费用等。但在这种情况下,您不必自己设置 TLS 终止代理。
    
    我将在接下来的章节中向您展示一些具体示例。
    
    ---
    
    接下来要考虑的概念都是关于运行实际 API 的程序(例如 Uvicorn)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 16.8K bytes
    - Click Count (0)
  10. cmd/common-main.go

    	//   │   │
    	//   │   ├─ public.crt
    	//   │   └─ private.key
    	//   └─ foobar.org/
    	//      │
    	//      ├─ public.crt
    	//      └─ private.key
    	//   ...
    	//
    	// Therefore, we read all filenames in the cert directory and check
    	// for each directory whether it contains a public.crt and private.key.
    	// If so, we try to add it to certificate manager.
    	root, err := Open(globalCertsDir.Get())
    	if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 32.5K bytes
    - Click Count (3)
Back to Top