This repository was archived by the owner on Jun 21, 2020. It is now read-only.
This repository was archived by the owner on Jun 21, 2020. It is now read-only.
Rename Fut
into ResponseFuture
#24
Closed
Description
Currently, the associated params of HttpService
are ConnectionFuture
which corresponds to connect
, and the Fut
which corresponds to respond
.
I think it'd be better to call this ResponseFuture
such that it maintains parity.
connect
-> ConnectionFuture
respond
-> ResponseFuture
rather than the Fut
that isn't really informative or intuitive.
Metadata
Metadata
Assignees
Labels
No labels