]> Git — Sourcephile - haskell/symantic-http.git/blob - Language/Symantic/HTTP/URI.hs
Rewrite the API builder with a composable sprintf/scanf design
[haskell/symantic-http.git] / Language / Symantic / HTTP / URI.hs
1 {-# OPTIONS_GHC -fno-warn-orphans #-}
2 module Language.Symantic.HTTP.URI
3 ( URI(..)
4 , URIAuth(..)
5 , parseURI
6 ) where
7 import Network.URI