File: Internal.hs

package info (click to toggle)
haskell-http2 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 55,180 kB
  • sloc: haskell: 8,657; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module Network.HTTP2.Client.Internal (
    Request (..),
    Response (..),
    ClientConfig (..),
    Settings (..),
    Aux (..),

    -- * Low level
    Stream,
    ClientIO (..),
    runIO,
) where

import Network.HTTP2.Client.Run
import Network.HTTP2.Client.Types
import Network.HTTP2.H2