Module rxmicro.http.client.jdk
The module that is a low-level HTTP client implementation module based on
Java HTTP Client.
This module can be used for REST based microservice testing.
This module follows the next package structure rules:
-
io.rxmicro.http.client.jdk
- is root module package that contains:-
internal
- is sub package with classes for current module use only. -
local
- is shared sub package, which can be used by otherrxmicro
modules only. -
detail
- is sub package for generated code byRxMicro Annotation Processor
use preferably.
Developer must not use classes from this sub package!
(Except documented abilities: HTTP internal types, partial implementations, etc.) - any other sub packages and root package - are public API that available for usage.
-
- Since:
- 0.1
- Author:
- nedis