Package-level declarations

This package contains classes that represent data requests.

Types

Link copied to clipboard
@Serializable
data class MiddlewareAuthHeader(val type: MiddlewareAuthHeaderType, val token: String)

Data class representing a middleware auth header.

Link copied to clipboard

Enum class representing a middleware auth header type.

Link copied to clipboard

Enum class representing the HTTP methods that middleware can handle.