]> git.mxchange.org Git - friendica.git/commit
Add implementation of the Content-Type header value from the MIME type RFC
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 29 Sep 2023 01:17:40 +0000 (21:17 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 3 Oct 2023 23:58:50 +0000 (19:58 -0400)
commit86cba639fc32f81e6d838ac50c41c639aba6f371
treee5e65d330762caea00d9c403fd2f72655d173e7e
parent8640afc82e24e8b3ae3595a5aa4978be3bb868c4
Add implementation of the Content-Type header value from the MIME type RFC

- Add tests for the new classes
src/Network/Entity/MimeType.php [new file with mode: 0644]
src/Network/Factory/MimeType.php [new file with mode: 0644]
tests/src/Network/MimeTypeTest.php [new file with mode: 0644]