packages feed

http2-3.0.0: Network/HTTP2/Server/Internal.hs

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

import Network.HTTP2.Server.Types