zio.http.Header$.Allow
See theAllow companion object
final case class Allow(methods: NonEmptyChunk[Method]) extends Header
The Allow header must be sent if the server responds with a 405 Method Not Allowed status code to indicate which request methods can be used.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article