Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat15 committed Jun 5, 2020
1 parent cd02b14 commit 7e032c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The best thing about this utility is that it takes a simple URL and returns you

Given are the some of the examples on how you can make use of this utility

1. [Get request](https://github.com/codecat15/HttpUtility#GET%20Request%20example)
2. [Post request](https://github.com/codecat15/HttpUtility#POST%20request%20example)
3. [Request with query string parameters](https://github.com/codecat15/HttpUtility#GET%20request%20with%20Query%20string%20parameters)
4. [Request with authentication token](https://github.com/codecat15/HttpUtility#Authentication%20Token)
5. [Customize JSONDecoder](https://github.com/codecat15/HttpUtility#Custom%20JSONDecoder)
1. [Get request](https://github.com/codecat15/HttpUtility#get-request-example)
2. [Post request](https://github.com/codecat15/HttpUtility#post-request-example)
3. [Request with query string parameters](https://github.com/codecat15/HttpUtility#get-request-with-query-string-parameters)
4. [Request with authentication token](https://github.com/codecat15/HttpUtility#authentication-token)
5. [Customize JSONDecoder](https://github.com/codecat15/HttpUtility#token-and-custom-jsondecoder)

## GET Request example

Expand Down

0 comments on commit 7e032c2

Please sign in to comment.