Allow Header
Create Allow header from header line
| Parameters: | string – |
|---|---|
| Return type: | Allow |
| Throws : | ExceptionInvalidArgumentException |
Get comma-separated list of allowed methods
| Return type: | string |
|---|
Allow methods or list of methods
| Parameters: | array|string – |
|---|---|
| Return type: | Allow |
Disallow methods or list of methods
| Parameters: | array|string – |
|---|---|
| Return type: | Allow |
Convenience alias for @see disallowMethods()
| Parameters: | array|string – |
|---|---|
| Return type: | Allow |