Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for httpHeaders (0.1 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                    Integer connectTimeout = null;
                    Integer requestTimeout = null;
    
                    PlexusConfiguration httpHeaders = config.getChild("httpHeaders", false);
                    if (httpHeaders != null) {
                        PlexusConfiguration[] properties = httpHeaders.getChildren("property");
                        if (properties != null && properties.length > 0) {
                            headers = new HashMap<>();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

                          host:
                            description: Host name to connect to, defaults to the pod
                              IP.
                            type: string
                          httpHeaders:
                            description: Headers the proxy will pass on to make the request.
                            items:
                              properties:
                                name:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
Back to top