Skip to content

Commit

Permalink
Document method origin in ParseQuery.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Jan 27, 2022
1 parent d90ce91 commit 9cb4b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jhttp/getter.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func writeJSON(w http.ResponseWriter, code int, obj interface{}) {
// ParseQuery parses a request URL and constructs a parameter map from the
// query values encoded in the URL and/or request body.
//
// The method name is the URL path, with leading and trailing slashes trimmed.
// Query values are converted into argument values by these rules:
//
// Double-quoted values are interpreted as JSON string values, with the same
Expand Down

0 comments on commit 9cb4b74

Please sign in to comment.