AuthorizationHeaderRESTRequestMatcher
        AuthorizationHeaderRESTRequestMatcher.php
                :
        14
                 
    
                                Final
                
                    
                Extends RequestMatcher
            
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        AuthorizationHeaderRESTRequestMatcher.php
                :
        18
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $headerName | string|null | null | - | 
| $path | string | null | - | 
| $host | string | null | - | 
| $methods | mixed | null | - | 
| $ips | mixed | null | - | 
| $attributes | array<string|int, mixed> | [] | - | 
| $schemes | mixed | null | - | 
| $port | int | null | - | 
                 matches()
            ¶
matches()
            ¶
    
        
        AuthorizationHeaderRESTRequestMatcher.php
                :
        32
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $request | Request | - | - | 
Return values
bool