Trait ResponseBuilderExt
trait ResponseBuilderExt
Extension trait for http::response::Builder objects
Allows the user to add a Url to the http::Response
Required Methods
fn url(self: Self, url: Url) -> SelfA builder method for the
http::response::Buildertype that allows the user to add aUrlto thehttp::Response
Implementors
impl ResponseBuilderExt for Builder