mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
api: deprecate /grpc and /session endpoints
The /grpc and /session endpoints are now deprecated as the Engine has been upgraded to properly support HTTP/2 and h2c requests, making these specialized endpoints unnecessary. These endpoints will be removed in the next major API version to complete the cleanup. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -17,6 +17,8 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||
|
||||
* `GET /info` now includes an `NRI` field. If the Node Resource Interface (NRI)
|
||||
is enabled, this field contains information describing it.
|
||||
* Deprecated: The `POST /grpc` and `POST /session` endpoints are deprecated and
|
||||
will be removed in a future version.
|
||||
|
||||
## v1.52 API changes
|
||||
|
||||
|
||||
@@ -13548,6 +13548,9 @@ paths:
|
||||
Start a new interactive session with a server. Session allows server to
|
||||
call back to the client for advanced capabilities.
|
||||
|
||||
> **Deprecated**: This endpoint is deprecated and will be removed in a future version.
|
||||
> Server should support gRPC directly on the listening socket.
|
||||
|
||||
### Hijacking
|
||||
|
||||
This endpoint hijacks the HTTP connection to HTTP2 transport that allows
|
||||
|
||||
Reference in New Issue
Block a user