github.com/avenga/couper@v1.12.2/FEATURES.md (about)

     1  # Feature List Couper 1.x
     2  
     3  ## Connectivity & Routing
     4  
     5  * HTTP request routing/forwarding (proxy mode)
     6  * Virtual endpoints
     7  * Timeouts
     8  * Header enrichment
     9  * Path based routing
    10  * URL manipulation
    11  * Header manipulation
    12  * Configurable upstream connection pools with queues
    13  * Configurable upstream TLS certificate validation
    14  * Error Handling
    15  
    16  ## Authorization & Authentication
    17  
    18  * Basic authentication
    19  * JWT Validation
    20  * JWT header passing
    21  * Upstream authorization
    22  * JWT signing
    23  * SAML
    24  * OAuth 2.0 client credentials
    25  * OpenID-connect
    26  
    27  ## Security
    28  
    29  * Upstream OpenAPI 3 schema validation
    30  * CORS
    31  * Request size limiting
    32  
    33  ## Observability
    34  
    35  * Request context IDs
    36  * Logging
    37    * Custom Logging
    38  * Health check
    39  * Prometheus exporter
    40  
    41  ## SPA & Web Serving
    42  
    43  * Static file serving
    44  * SPA bootstrap document serving
    45  
    46  ## Configurability & Deployment
    47  
    48  * HCL based configuration
    49  * Env Variables
    50  * Integrates with Kubernetes