Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Jul 31, 2023
1 parent 63fafa0 commit 853b883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const (
// "cookie",
// "user-agent",
// "accept-encoding",
// ).Get(url)
// )
func (r *Request) SetHeaderOrder(keys ...string) *Request {
if r.Headers == nil {
r.Headers = make(http.Header)
Expand All @@ -498,7 +498,7 @@ func (r *Request) SetHeaderOrder(keys ...string) *Request {
// ":authority",
// ":path",
// ":method",
// ).Get(url)
// )
func (r *Request) SetPseudoHeaderOrder(keys ...string) *Request {
if r.Headers == nil {
r.Headers = make(http.Header)
Expand Down

0 comments on commit 853b883

Please sign in to comment.