Skip to content

Commit

Permalink
Add make:http documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 authored Jan 7, 2020
1 parent 171fab1 commit c707c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ $client->delete("https://example.com");
```
### Using Request class
HttpClient provides ability to create "request classes".

`php artisan make:http HttpBinGet`

```php
<?php

Expand Down

0 comments on commit c707c0a

Please sign in to comment.