8000 update · CodeSharer/Java-Coding-Problems@042a0f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 042a0f7

Browse files
update
1 parent 0cf244e commit 042a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter13/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The HTTP Client and WebSocket APIs
22
This chapter includes 20 problems that are meant to cover the HTTP Client and WebSocket APIs.
33

4-
Do you remember HttpUrlConnection? Well, JDK 11 comes with the HTTP Client API as a reinvention of HttpUrlConnection.
4+
Do you remember `HttpUrlConnection`? Well, JDK 11 comes with the HTTP Client API as a reinvention of `HttpUrlConnection`.
55
The HTTP Client API is easy to use and supports HTTP/2 (default) and HTTP/1.1. For backward compatibility, the HTTP Client API
66
will automatically downgrade from HTTP/2 to HTTP 1.1 when the server doesn't support HTTP/2. Moreover, the HTTP Client API
77
supports synchronous and asynchronous programming models and relies on streams to transfer data (reactive streams). It also

0 commit comments

Comments
 (0)
0