minio/internal/rest
Klaus Post 45a717a142
Avoid per request URL parsing (#17593)
Every request does a `url.Parse(c.url.String())` to clone a URL.

The host will also be static, so we rewrite that on creation.
2023-07-07 22:07:30 -07:00
..
client.go Avoid per request URL parsing (#17593) 2023-07-07 22:07:30 -07:00
client_test.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
rpc-stats.go fix: race when accessing REST TCP dial values (#15770) 2022-09-29 09:27:58 -07:00