Skip to content

Commit aba83a8

Browse files
committed
HTTPCLIENT-973: Introduce httpclient5-websocket H1 upgrade client and HTTP/2 WebSocket client support (RFC 8441)
1 parent 775d80e commit aba83a8

File tree

50 files changed

+8154
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+8154
-0
lines changed

httpclient5-testing/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
<artifactId>httpclient5-fluent</artifactId>
7878
<scope>test</scope>
7979
</dependency>
80+
<dependency>
81+
<groupId>org.apache.httpcomponents.client5</groupId>
82+
<artifactId>httpclient5-websocket</artifactId>
83+
<scope>test</scope>
84+
</dependency>
8085
<dependency>
8186
<groupId>com.kohlschutter.junixsocket</groupId>
8287
<artifactId>junixsocket-core</artifactId>

0 commit comments

Comments
 (0)