HTTP transport trait and request/response types.
Implementors satisfy [HttpClient::execute]; [HttpRequestBuilder] and
[HttpResponse] carry the ergonomics (body encoding, header helpers,
streaming). Enable the reqwest-client feature (default) for an
impl HttpClient for reqwest::Client; disable it to compile trait-only.