AuthorizationHeaderRESTRequestMatcher
AuthorizationHeaderRESTRequestMatcher.php
:
14
Extends RequestMatcher
Methods¶
__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() ¶
AuthorizationHeaderRESTRequestMatcher.php
:
32
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$request | Request | - | - |
Return values
bool