mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 22:30:02 -04:00
optimize: perform GET requests in single msg
This commit is contained in:
parent
36e29adcc1
commit
4e31a2a4e7
4 changed files with 45 additions and 35 deletions
|
@ -28,6 +28,7 @@ export type HTTPRequestPayload = {
|
|||
method: string;
|
||||
requestHeaders: ProtoBareHeaders;
|
||||
remote: URL;
|
||||
hasBody: boolean;
|
||||
};
|
||||
|
||||
export type HTTPResponsePayload = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue