Skip to content

Commit

Permalink
More WS headers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 16, 2021
1 parent 6e94b04 commit c396063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/scala/sttp/model/HeaderNames.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ trait HeaderNames {
val Referer = "Referer"
val RemoteAddress = "Remote-Address"
val RetryAfter = "Retry-After"
val SecWebSocketKey = "Sec-WebSocket-Key"
val SecWebSocketExtensions = "Sec-WebSocket-Extensions"
val SecWebSocketAccept = "Sec-WebSocket-Accept"
val SecWebSocketProtocol = "Sec-WebSocket-Protocol"
val SecWebSocketVersion = "Sec-WebSocket-Version"
val Server = "Server"
val SetCookie = "Set-Cookie"
val StrictTransportSecurity = "Strict-Transport-Security"
Expand Down

0 comments on commit c396063

Please sign in to comment.