Skip to content

Commit

Permalink
Update pkg/oonimkall/httpx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Apr 8, 2024
1 parent 94636d4 commit 6129183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/oonimkall/httpx.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ type HTTPRequest struct {
// Method is the MANDATORY request method.
Method string

// Url is the MANDATORY request URL. See https://github.com/ooni/probe/issues/2701
// Url is the MANDATORY request URL.
//
// This variable MUST be named "Url" not "URL"; see https://github.com/ooni/probe/issues/2701.
Url string
}

Expand Down

0 comments on commit 6129183

Please sign in to comment.