{-# OPTIONS_GHC -fno-warn-orphans #-}
module Symantic.HTTP.URI
 ( URI(..)
 , URIAuth(..)
 , parseURI
 ) where
import Network.URI