optimize: perform GET requests in single msg

This commit is contained in:
Spencer Pogorzelski 2023-08-14 21:00:24 -07:00
parent 36e29adcc1
commit 4e31a2a4e7
4 changed files with 45 additions and 35 deletions

View file

@ -28,6 +28,7 @@ export type HTTPRequestPayload = {
method: string;
requestHeaders: ProtoBareHeaders;
remote: URL;
hasBody: boolean;
};
export type HTTPResponsePayload = {