Skip to content

Commit

Permalink
upd comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Dec 3, 2023
1 parent 15a7bdb commit 117487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yahttp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ proc request*(url: string, httpMethod: Method = Method.GET, headers: openArray[
return response.toResp(requestUrl = innerUrl, requestHeaders = innerHeaders)


# Deidcated procs for individual methods
# Gnerating procs for individual HTTP methods

http_method_no_body_gen get
http_method_no_body_gen head
Expand Down

0 comments on commit 117487e

Please sign in to comment.