1
0
Fork 0

Rename the non-exposed field "count" to "size"

This commit is contained in:
Sylvain Rabot 2020-01-07 20:00:05 +01:00 committed by Traefiker Bot
parent da3d814c8b
commit 377c219fd9
3 changed files with 7 additions and 4 deletions

View file

@ -129,5 +129,6 @@ type downstreamResponse struct {
type request struct {
headers http.Header
count int64
// Request body size
size int64
}