Skip to content

Commit

Permalink
add RequestHeader type
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Dec 30, 2023
1 parent 3c4e0f8 commit ea4eef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions httpx/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import (
"strings"
)

type RequestHeader struct {
header
}

type header struct {
statusCode int
contentLength int
Expand Down

0 comments on commit ea4eef3

Please sign in to comment.