--------------------------------------------------------------------
-- |
-- Module    : Web.Types
-- Copyright : (c) Sigbjorn Finne, 2009
-- License   : BSD3
--
-- Maintainer: Sigbjorn Finne <sof@forkIO.com>
-- Stability : provisional
-- Portability:
--
-- Interacting with hubs implementing the PubSubHub protocol
-- for publish-subscribing to URL change notifications over HTTP.
-- Nice and simple (the protocol, that is :-) )
--
--------------------------------------------------------------------
module Web.Types where

-- the ubiq..
type URLString = String