Skip to content

Flurl 2.2

Compare
Choose a tag to compare
@tmenier tmenier released this 26 Jul 03:45
· 686 commits to dev since this release
  • Url.Combine enhancements to support query and fragment:

Url.Combine("http://root.com", "segment", "endpoint?x=1", "y=2", "#foo") => http://root.com/segment/endpoint?x=1&y=2#foo (#95)

  • Broader PCL support (#119)