mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-16 13:57:48 +00:00
fix: network late headers (#173)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
f3d7e41b04
commit
1fbf415c06
10 changed files with 94 additions and 79 deletions
|
|
@ -17,5 +17,6 @@ data class FloconNetworkResponse(
|
|||
val body: String?,
|
||||
val size: Long?,
|
||||
val headers: Map<String, String>,
|
||||
val requestHeaders: Map<String, String>?, // we might receive the request headers later if the interceptor is at first position in the http interceptor chain
|
||||
val error: String?,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue