0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/ext
Aaron O'Mullan 8fa46a7b44
cleanup(ext/http): simplify op_http_request_next (#11691)
* cleanup(ext/http): simplify op_http_request_next

Keep op_http_request_next's high-level logic simple, factor out NextRequestResponse building to prepare_next_request() for improved readability & maintainability

* cleanup(ext/http): break prepare_next_request() into meaningful sub-funcs
2021-08-14 13:25:05 +02:00
..
broadcast_channel Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
console Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
crypto fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662) 2021-08-13 23:20:44 +02:00
fetch Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
ffi Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
http cleanup(ext/http): simplify op_http_request_next (#11691) 2021-08-14 13:25:05 +02:00
net Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
url Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
web cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693) 2021-08-14 10:27:27 +02:00
webgpu Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webidl Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
websocket Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webstorage Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00