minio/internal
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
..
2022-09-19 11:05:16 -07:00
2022-12-30 11:37:07 -08:00
2022-09-19 11:05:16 -07:00
2023-03-04 20:57:35 -08:00