We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13dda6 commit e65d167Copy full SHA for e65d167
README.md
@@ -1,9 +1,17 @@
1
-# Http
+# Http Component
2

3
[](https://github.com/flextype-components/http/blob/master/LICENSE)
4
5
Simple Http Component to work with Http request, response and urls.
6
7
+### Installation
8
+
9
+```
10
+composer require flextype-components/http
11
12
13
+### Usage
14
15
Set header status
16
```php
17
Http::setResponseStatus(404);
0 commit comments