Module rxmicro.rest.client
The basic module used to create and run REST clients.
This module follows the next package structure rules:
-
io.rxmicro.rest- 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 otherrxmicromodules only. -
detail- is sub package for generated code byRxMicro Annotation Processoruse 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
-
-
Packages
Exports Package Description io.rxmicro.rest.client The root package for therxmicro.rest.clientmodule.io.rxmicro.rest.client.detail Used by generated code that created by theRxMicro Annotation Processor.
-