File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ The project provides useful extensions to
44JDK's [ HttpClient] ( https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html ) .
55
66### Status
7- | Type | Status |
8- | ---------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9- | Build | [ ![ Build] ( https://github.com/nstdio/http-client-ext/actions/workflows/build.yaml/badge.svg )] ( https://github.com/nstdio/http-client-ext/actions/workflows/build.yaml ) |
10- | Artifact | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.nstdio/http-client-ext.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.github.nstdio%22%20AND%20a:%22http-client-ext%22 ) |
11- | Javadoc | [ ![ javadoc] ( https://javadoc.io/badge2/io.github.nstdio/http-client-ext/javadoc.svg )] ( https://javadoc.io/doc/io.github.nstdio/http-client-ext ) |
12- | Code coverage | [ ![ codecov] ( https://codecov.io/gh/nstdio/http-client-ext/branch/main/graph/badge.svg )] ( https://codecov.io/gh/nstdio/http-client-ext ) |
7+ | Type | Status |
8+ | ---------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9+ | Build | [ ![ Build] ( https://github.com/nstdio/http-client-ext/actions/workflows/build.yaml/badge.svg )] ( https://github.com/nstdio/http-client-ext/actions/workflows/build.yaml ) |
10+ | Artifact | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.nstdio/http-client-ext.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.github.nstdio%22%20AND%20a:%22http-client-ext%22 ) |
11+ | Javadoc | [ ![ javadoc] ( https://javadoc.io/badge2/io.github.nstdio/http-client-ext/javadoc.svg )] ( https://javadoc.io/doc/io.github.nstdio/http-client-ext ) |
12+ | Code coverage | [ ![ codecov] ( https://codecov.io/gh/nstdio/http-client-ext/branch/main/graph/badge.svg )] ( https://codecov.io/gh/nstdio/http-client-ext ) |
13+ | LGTM | [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/nstdio/http-client-ext.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/nstdio/http-client-ext/alerts/ ) [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/nstdio/http-client-ext.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/nstdio/http-client-ext/context:java ) |
1314
1415### Gradle
1516
You can’t perform that action at this time.
0 commit comments