felixarntz / wp-oop-plugin-lib

A library providing classes around WordPress APIs, to be used for example in object oriented WordPress plugins.
GNU General Public License v2.0
44 stars 2 forks source link

Follow rfc1341 in headers parsing in HTTP #3

Closed szepeviktor closed 1 week ago

szepeviktor commented 1 month ago

Process HTTP headers as per rfc1341.

This is not as good as Symfony\Component\HttpFoundation\HeaderUtils.

szepeviktor commented 1 week ago

Glad to contribute.