Skip to content

Commit 15c6451

Browse files
authored
Update client.md (#1135)
"including" implies the list is incomplete
1 parent a2ce750 commit 15c6451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First, let's walk through the positional arguments.
1414

1515
### Method
1616

17-
`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:
17+
`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:
1818
* `HTTP.get(...)`
1919
* `HTTP.post(...)`
2020
* `HTTP.put(...)`

0 commit comments

Comments
 (0)