Channel | Request Data Type | Response Type | Request Named Data | Response Named Data |
---|---|---|---|---|
auth_token |
Array | [Token, Protocal] | ||
auth_reject |
String | Reason | ||
auth_accept |
Array | [URL, Protocal] | ||
web-request |
Object | { id: string, headers: object, url: string, body: object } | ||
web-response |
Object | { id: string, headers: object, data: string[base64], status: number } |