We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39614ad commit 1f54499Copy full SHA for 1f54499
lib/http2.js
@@ -1,25 +1,25 @@
1
'use strict';
2
3
const {
4
+ connect,
5
constants,
6
+ createServer,
7
+ createSecureServer,
8
getDefaultSettings,
9
getPackedSettings,
10
getUnpackedSettings,
- createServer,
- createSecureServer,
- connect,
11
Http2ServerRequest,
12
Http2ServerResponse
13
} = require('internal/http2/core');
14
15
module.exports = {
16
17
18
19
20
21
22
23
- Http2ServerResponse,
24
- Http2ServerRequest
+ Http2ServerRequest,
+ Http2ServerResponse
25
};
0 commit comments