-
Notifications
You must be signed in to change notification settings - Fork 0
Exectutor
Pavel Koch edited this page Mar 2, 2019
·
3 revisions
import { Executor } from 'awi'Classes that inherit this interface take the built request configuration and turn it into a response.
Send the requst and receive the typed response.
Parameters
-
request: Request- The request object to use
Type Parameters
-
T extends Response- The desired response type
Returns
Promise<T> - The desired response
Throws
-
HttpException- If something goes wrong when executing the request