Is your feature request related to a problem? Please describe.
The docker client api we are using is a fork of bollard it have been modified to add utoipa as feature in order to generate proper documentation, it's use hyper for the client and it add dependencies that is not really necessary.
Describe the solution you'd like
Remove hyper as dependencies and use the ntex http client
Is your feature request related to a problem? Please describe.
The docker client api we are using is a fork of bollard it have been modified to add utoipa as feature in order to generate proper documentation, it's use hyper for the client and it add dependencies that is not really necessary.
Describe the solution you'd like
Remove hyper as dependencies and use the ntex http client