allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
357 stars 226 forks source link

Add support for Java 11 HTTP client #957

Open nir-tal-talkspace opened 1 year ago

nir-tal-talkspace commented 1 year ago

What happened?

https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html

It would be great if we had a listener to capture all requests and responses same as rest-assured or the other HTTP clients you support

thanks!

What Allure Integration are you using?

allure-cucumber7-jvm, allure-testng

What version of Allure Integration you are using?

2.22.3

What version of Allure Report you are using?

2.22.3

Code of Conduct