Skip to content

Commit 74ccb26

Browse files
authored
Update README.md
1 parent 0420ebb commit 74ccb26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# avaje-http-client
22

3+
4+
### Dependency
5+
6+
```xml
7+
<dependency>
8+
<groupId>io.avaje</groupId>
9+
<artifactId>avaje-http-client</artifactId>
10+
<version>1.0</version>
11+
</dependency>
12+
```
13+
14+
### Create HttpClientContext
15+
316
Create a HttpClientContext with a baseUrl, Jackson or Gson based JSON
417
body adapter, logger.
518

@@ -15,6 +28,8 @@ Create a HttpClientContext with a baseUrl, Jackson or Gson based JSON
1528

1629
```
1730

31+
### Requests
32+
1833
From HttpClientContext:
1934
- Create a request
2035
- Build the url via path(), matrixParam(), queryParam()

0 commit comments

Comments
 (0)