Skip to content

Commit

Permalink
Merge pull request #82 from barthorre/add-websocket-protocol-header
Browse files Browse the repository at this point in the history
Add Sec-WebSocket-Protocol header definition
  • Loading branch information
adamw authored Apr 16, 2021
2 parents 5a1d4f0 + 0135955 commit 6e94b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/sttp/model/HeaderNames.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ trait HeaderNames {
val Referer = "Referer"
val RemoteAddress = "Remote-Address"
val RetryAfter = "Retry-After"
val SecWebSocketProtocol = "Sec-WebSocket-Protocol"
val Server = "Server"
val SetCookie = "Set-Cookie"
val StrictTransportSecurity = "Strict-Transport-Security"
Expand Down

0 comments on commit 6e94b04

Please sign in to comment.