Skip to content

Commit e65d167

Browse files
committed
Readme Updates
1 parent a13dda6 commit e65d167

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Http
1+
# Http Component
22
![version](https://img.shields.io/badge/version-1.1.0-brightgreen.svg?style=flat-square "Version")
33
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/flextype-components/http/blob/master/LICENSE)
44

55
Simple Http Component to work with Http request, response and urls.
66

7+
### Installation
8+
9+
```
10+
composer require flextype-components/http
11+
```
12+
13+
### Usage
14+
715
Set header status
816
```php
917
Http::setResponseStatus(404);

0 commit comments

Comments
 (0)