Skip to content

0.1.0-alpha021

Pre-release
Pre-release
Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 01 Jul 16:55
· 1128 commits to master since this release
  • 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>