howdy/context/querystring

Helper methods to extact querystring parameters

Functions

pub fn get_value(context: Context, key: String) -> Result(
  List(String),
  Nil,
)

Gets the values of a querystring

Example:

get(context,"key")