Skip to content

Add Allure support for Java's built-in HTTP client - #1373

Open
baev wants to merge 1 commit into
mainfrom
java-httpclient
Open

Add Allure support for Java's built-in HTTP client#1373
baev wants to merge 1 commit into
mainfrom
java-httpclient

Conversation

@baev

@baev baev commented Aug 7, 2026

Copy link
Copy Markdown
Member

Context

Adds the allure-java-httpclient integration for capturing requests and responses made with java.net.http.HttpClient as structured HTTP exchange attachments. It supports synchronous and asynchronous requests, accepted HTTP/2 push promises, transport failures, and cancellation.

Users can configure header and query-parameter redaction and body-size limits. Wrapped clients retain their normal behavior when no Allure test or fixture is active.

fixes #957

Checklist

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure Java – Pull request #1373 27m 11s Passed tests 2142 58 0 0 View
Allure Java GitHub actions run (2026-08-07T08:13:11.944Z) 27m 11s Passed tests 2142 58 0 0 View

@baev baev added the pr:new feature Change that add something new for end users label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:new feature Change that add something new for end users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Java 11 HTTP client

1 participant