summaryrefslogtreecommitdiff
path: root/ext/node/ops/http2.rs
AgeCommit message (Expand)Author
2024-05-23fix(ext/node): return cancelled flag in get_response_body_chunk op (#23962)Satya Rohith
2024-05-16fix(ext/node): fix grpc error_handling example (#23755)Satya Rohith
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-23chore(ext/node): use BufView natively in http2 (#21688)Matt Mastracci
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-09-23refactor: rewrite ext/node/http2 to op2 macro (#20629)Bartek Iwańczuk
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk