Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for decorate (0.05 seconds)

  1. tests/test_application.py

                                    "content": {"application/json": {"schema": {}}},
                                }
                            },
                            "summary": "Non Decorated Route",
                            "operationId": "non_decorated_route_non_decorated_route_get",
                        }
                    },
                    "/text": {
                        "get": {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 56.9K bytes
    - Click Count (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

         * system defaults will be used.
         *
         * Most applications should not call this method, and instead use the system defaults. Those
         * classes include special optimizations that can be lost if the implementations are decorated.
         *
         * If necessary, you can create and configure the defaults yourself with the following code:
         *
         * ```java
         * TrustManagerFactory trustManagerFactory = TrustManagerFactory.getInstance(
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 51.5K bytes
    - Click Count (0)
Back to Top