docker.rs icon indicating copy to clipboard operation
docker.rs copied to clipboard

Add better request and response implementations.

Open fristonio opened this issue 7 years ago • 0 comments

  • Add a better request implmentation for client which is closely integrated with https://github.com/fristonio/docker.rs/blob/master/src/api/api_utils.rs#L5

Important features we need with the request structure is support for Streams.

  • A better place for Response implementation. https://github.com/fristonio/docker.rs/blob/master/src/utils.rs#L18

fristonio avatar Sep 09 '18 00:09 fristonio