mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Make response fields crate visible
This commit is contained in:
parent
48e34b8c98
commit
1e4b020d84
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ use crate::shared::headers::header_map_to_table;
|
||||||
pub struct Response {
|
pub struct Response {
|
||||||
// NOTE: We use Bytes instead of Full<Bytes> to avoid
|
// NOTE: We use Bytes instead of Full<Bytes> to avoid
|
||||||
// needing async when getting a reference to the body
|
// needing async when getting a reference to the body
|
||||||
inner: HyperResponse<Bytes>,
|
pub(crate) inner: HyperResponse<Bytes>,
|
||||||
decompressed: bool,
|
pub(crate) decompressed: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Response {
|
impl Response {
|
||||||
|
|
Loading…
Add table
Reference in a new issue