Skip to content

Commit

Permalink
Update client.md (#1135)
Browse files Browse the repository at this point in the history
"including" implies the list is incomplete
  • Loading branch information
verhovsky authored Dec 7, 2023
1 parent a2ce750 commit 15c6451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First, let's walk through the positional arguments.

### Method

`method` refers to the HTTP method (sometimes known as "verb"), including GET, POST, PUT, DELETE, PATCH, TRACE, etc. It can be provided either as a `String` like `HTTP.request("GET", ...)`, or a `Symbol` like `HTTP.request(:GET, ...)`. There are also convenience methods for the most common methods, including:
`method` refers to the HTTP method (sometimes known as "verb"), including GET, POST, PUT, DELETE, PATCH, TRACE, etc. It can be provided either as a `String` like `HTTP.request("GET", ...)`, or a `Symbol` like `HTTP.request(:GET, ...)`. There are also convenience methods for the most common methods:
* `HTTP.get(...)`
* `HTTP.post(...)`
* `HTTP.put(...)`
Expand Down

0 comments on commit 15c6451

Please sign in to comment.