-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
Pavel Koch edited this page Mar 2, 2019
·
4 revisions
All of Awi's functionality summed up.
-
interface Client- implemented byAwi -
interface Request- the object intercepted byAwi.use -
interface Response- the extendable interface for every response -
interface Executor- the interface implemented by Awi's default executors -
type Interceptor- the interceptor callback type -
enum Method- the request method enumeration -
enum ResponseType- the response type enumeration