Type Definition iroh_bytes::protocol::AnyGetRequest
source · pub type AnyGetRequest = Request;Expand description
Currently all requests are get requests. But that won’t always be the case.
Hence this type alias that will at some point be replaced by a proper enum.