elasticsearch/test/framework
David Turner 0d64aab4cc
Clean up request parsing in S3HttpHandler (#126034)
The `METHOD /path/components?and=query` string representation of a
request is becoming increasingly difficult to parse, with slight
variations in parsing between the implementation in `S3HttpHandler` and
the various other implementations. This commit gets rid of the
string-concatenate-and-split behaviour in favour of a proper object that
has predicates for testing all the different kinds of request that might
be made against S3.
2025-04-02 05:49:50 +11:00
..
src Clean up request parsing in S3HttpHandler (#126034) 2025-04-02 05:49:50 +11:00
build.gradle Upgrade mockito (#121849) 2025-02-06 09:36:04 -08:00