6 lines
89 B
Haxe
6 lines
89 B
Haxe
package node.http2;
|
|
|
|
typedef StatOptions = {
|
|
var offset : Float;
|
|
var length : Float;
|
|
}; |