Skip to content

Commit

Permalink
enhance: net/http/httputilmore: add HeaderExpect, `Expect100Conti…
Browse files Browse the repository at this point in the history
…nue`
  • Loading branch information
grokify committed Apr 29, 2024
1 parent f110763 commit e9b1089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/http/httputilmore/http_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
HeaderContentTransferEncoding = "Content-Transfer-Encoding"
HeaderContentType = "Content-Type"
HeaderDate = "Date"
HeaderExpect = "Expect"
HeaderIfMatch = "If-Match"
HeaderIfModifiedSince = "If-Modified-Since"
HeaderIfNoneMatch = "If-None-Match"
Expand Down Expand Up @@ -54,6 +55,7 @@ const (
ContentTypeTextPlainUsASCII = "text/plain; charset=us-ascii"
ContentTypeTextPlainUtf8 = "text/plain; charset=utf-8"
ContentTypeTextXMLUtf8 = "text/xml; charset=utf-8"
Expect100Continue = "100-continue"
SchemeHTTPS = "https"
WWWAuthenticateBasicRestricted = "Basic realm=Restricted"

Expand Down

0 comments on commit e9b1089

Please sign in to comment.