leafsphp / http

📡 Leaf Http module
https://leafphp.dev/modules/http/
7 stars 9 forks source link

Bad typo for CONTENT_TYPE in Leaf\Http\Request getContentType() #17

Closed yannux closed 1 year ago

yannux commented 1 year ago

Hi,

In Request::getContentType() https://github.com/leafsphp/http/blob/cc03c75373a80987a00529df561c6ace47d9615c/src/Request.php#L361C9-L361C9

Header key is CONTENTTYPE , but the good header name is with a dash - not an underscore **** : Content-Type

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type

image

mychidarko commented 1 year ago

Thanks for catching this @yannux . It has been fixed and will be available in the next release.