curl-logger
curl-logger copied to clipboard
Logs HTTP requests sent by REST-assured as CURL commands.
In the end we would have three modules * curl-logger-core: containing `CurlCommand` * curl-logger-apache: containing implementation of `Http2Curl` specification for `HttpRequest` * curl-logger-rest-assured: containing implementation of `Http2Curl` specific for `RestAssuredSpecification`
I have some experiences it fails with newest slf4j and logback...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.2.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...