module Network.HTTP2.Server.Internal (
    Request(..)
  , Response(..)
  , Aux(..)
  ) where

import Network.HTTP2.Server.Types