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

Method version

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

Source from the content-addressed store, hash-verified

79 /// Returns the HTTP version of the response.
80 #[getter]
81 pub fn version(&self) -> Version {
82 self.version
83 }
84
85 /// Returns the headers of the response.
86 #[getter]

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected