Current section

Files

Jump to
gossamer src gossamer response_init.gleam
Raw

src/gossamer/response_init.gleam

import gossamer/headers.{type Headers}
pub type ResponseInit {
Headers(Headers)
Status(Int)
StatusText(String)
}