UNPKG
donejs-spdy-transport
Version:
latest (2.0.20)
2.0.20
SPDY v2, v3, v3.1 and HTTP2 transport
github.com/spdy-http2/spdy-transport
spdy-http2/spdy-transport
donejs-spdy-transport
/
lib
/
spdy-transport
/
protocol
/
base
/
index.js
8 lines
(6 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
exports
.
utils
=
require
(
'./utils'
)
exports
.
constants
=
require
(
'./constants'
)
exports
.
Scheduler
=
require
(
'./scheduler'
)
exports
.
Parser
=
require
(
'./parser'
)
exports
.
Framer
=
require
(
'./framer'
)