MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / url

Method url

src/client/async_impl/response/http.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 /// Returns the URL of the response.
56 #[getter]
57 pub fn url(&self) -> &str {
58 self.url.as_str()
59 }
60
61 /// Returns whether the response is successful.
62 #[getter]

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected