]> Git — Sourcephile - haskell/symantic-http.git/blob - Symantic/HTTP/URI.hs
Rename MIME types
[haskell/symantic-http.git] / Symantic / HTTP / URI.hs
1 {-# OPTIONS_GHC -fno-warn-orphans #-}
2 module Symantic.HTTP.URI
3 ( URI(..)
4 , URIAuth(..)
5 , parseURI
6 ) where
7 import Network.URI