Giraffe v0.1.0-alpha018 Release Notes

    • ➕ Added two new HttpContext extension methods:
      • TryGetRequestHeader (key : string) which returns an Option<string>
      • GetRequestHeader (key : string) which returns a Result<string, string>
    • ➕ Added default computation expressions for the Option<'T> and Result<'T, 'TError> types under Giraffe.ComputationExpressions