Skip to content

Commit

Permalink
coro-http: Fixed an invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 committed Feb 9, 2021
1 parent 4759945 commit 32758d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coro-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Synchronously performs an HTTP(s) request after establishing a connection with t

***default***: `nil`.

- **options** *(table [Request-Options](#request-option) / number [Timeout](#timeout))* ***optional***:
- **options** *(table [Request-Options](#request-options) / number [Timeout](#timeout))* ***optional***:

- If a number is supplied, this will act as the timeout to wait for the response before cancelling it out.
- If a table is supplied, this will act as a table to provide additional configurations. See [Request-Options](#request-options) for more details.
Expand Down

0 comments on commit 32758d1

Please sign in to comment.