OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
fig
/
http-message-util
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:52 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:34:47 AM
rwxr-xr-x
📄
.gitignore
9 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📄
CHANGELOG.md
2.13 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
README.md
557 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📄
composer.json
740 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:08 AM
rwxr-xr-x
Editing: README.md
Close
# PSR Http Message Util This repository holds utility classes and constants to facilitate common operations of [PSR-7](https://www.php-fig.org/psr/psr-7/); the primary purpose is to provide constants for referring to request methods, response status codes and messages, and potentially common headers. Implementation of PSR-7 interfaces is **not** within the scope of this package. ## Installation Install by adding the package as a [Composer](https://getcomposer.org) requirement: ```bash $ composer require fig/http-message-util ```