Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 688 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 688 Bytes

file-uri Hackage GitHub Build Status

This Haskell library parses file:///foo/bar URIs based on RFC 8089, including windows filepaths. It's a subset of RFC3986, but is better at interpreting the filepaths (especially on windows).

Part of the code is based on uri-bytestring from Soostone.