enum Duo::FrameType
Defined in:
duo/frame_types.crEnum Members
-
Data =
0
-
Headers =
1
-
Priority =
2
-
RstStream =
3
-
Settings =
4
-
PushPromise =
5
-
Ping =
6
-
GoAway =
7
-
WindowUpdate =
8
-
Continuation =
9
Class Method Summary
Instance Method Summary
- #continuation?
- #data?
- #go_away?
- #headers?
- #ping?
- #priority?
- #push_promise?
- #rst_stream?
- #settings?
- #window_update?