if0ne opened a new issue, #606:
URL: https://github.com/apache/arrow-rs-object-store/issues/606
When implementing `HttpConnector` and `HttpService` outside the
`arrow-rs-object-store` crate, an issue arises: if the request body is a
`PutPayload`, I have no way to send it through my HTTP client.
**Describe the solution you'd like**
Add method to the `HttpRequestBody`:
```rust
pub fn into_inner(self) -> Inner {
self.0
}
```
Add `pub` to the `Inner` enum.
**Describe alternatives you've considered**
<!--
A clear and concise description of any alternative solutions or features
you've considered.
-->
**Additional context**
<!--
Add any other context or screenshots about the feature request here.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]