determineContentTypeByHeaders() protected method
Attempts to determine HTTP request content type by headers.
| protected string determineContentTypeByHeaders ( array $headers ) | ||
|---|---|---|
| $headers | array |
Request headers. |
| return | string |
Content type. |
determineContentTypeByHeaders() protected method
Attempts to determine HTTP request content type by headers.
| protected string determineContentTypeByHeaders ( array $headers ) | ||
|---|---|---|
| $headers | array |
Request headers. |
| return | string |
Content type. |
Please login to continue.