Integration of Neptune with native http client of Java (since v11)
<dependencies>
<dependency>
<groupId>ru.tinkoff.qa.neptune</groupId>
<artifactId>http.api</artifactId>
<version>${LATEST_RELEASE_OR_BETA_VERSION}</version>
<scope>test</scope>
</dependency>
</dependencies>
dependencies {
testImplementation group: 'ru.tinkoff.qa.neptune', name: 'http.api', version: LATEST_RELEASE_OR_BETA_VERSION
}
Краткая документация на русском