mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
refactor: reorganize RPC modules into unified structure
This commit is contained in:
@@ -40,6 +40,7 @@ pin_project! {
|
||||
url:String,
|
||||
method: Method,
|
||||
headers: HeaderMap,
|
||||
#[pin]
|
||||
inner: StreamReader<Pin<Box<dyn Stream<Item=std::io::Result<Bytes>>+Send+Sync>>, Bytes>,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user