Skip to content

Commit 5c4bf5c

Browse files
committed
config(deps): updated development deps
1 parent 59691d2 commit 5c4bf5c

File tree

6 files changed

+1081
-1333
lines changed

6 files changed

+1081
-1333
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'docs',
2121
'lint',
2222
'branch',
23+
'deps',
2324
'global'
2425
]],
2526
'scope-empty': [2, 'never'],

docs/todo.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Protocols
44

5-
- [x] HTTP/2.0
6-
- [x] HTTPS/2.0
5+
- [x] HTTP/2
6+
- [x] HTTPS/2
77
- [x] HTTP/1.1
88
- [x] HTTPS/1.1
9-
- [x] HTTPS/auto
9+
- [x] HTTPS/auto (Partially supported, for only HTTP/1.1 and HTTP/2 )
10+
- [ ] HTTPS/3
1011

1112
## Features
1213

@@ -20,4 +21,4 @@
2021
- [x] Request Timeout
2122
- [x] Connection Management
2223
- [x] Concurrency Management
23-
- [ ] Custom Servername
24+
- [x] Custom Servername

0 commit comments

Comments
 (0)