Http Method
The set of HTTP verbs the Krill protocol emits or accepts.
Kept intentionally small: Krill does not need OPTIONS/HEAD on the request side, and responses are modelled separately. Entries map 1:1 onto the corresponding Ktor HTTP method when a request is actually dispatched.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.