Current section

Files

Jump to
gossamer src gossamer response_type.gleam
Raw

src/gossamer/response_type.gleam

pub type ResponseType {
Basic
Cors
Default
Error
Opaque
OpaqueRedirect
Other(String)
}