Giraffe v0.1.0-alpha021 Release Notes

    • ๐Ÿ”„ Changed HttpContext.BindQueryString<'T>() to return 'T instead of Async<'T>
    • โž• Added HttpContext.TryGetQueryStringValue (key : string) which returns an Option<string>
    • โž• Added HttpContext.GetQueryStringValue (key : string) which returns a Result<string, string>