Stdlib: HTTP client builtins #247
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq#247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add HTTP client builtins to enable outbound HTTP/HTTPS requests. Currently Seq has HTTP server capabilities but no way to make client requests.
Proposed API
Implementation
FFI wrapper around
ureqcrate:rustls(memory-safe)Estimated effort: 2-3 days
Deliverables Checklist
crates/runtime/src/http_client.rstests/integration/src/test-http-client.seqBUILTIN_SIGNATURES, docs inBUILTIN_DOCSexamples/http/api-client.seq(REST API consumer)examples/http/json-fetch.seq(fetch and parse JSON)docs/BATTERIES_INCLUDED.mdstatusUse Cases Unlocked
Priority
HIGH - This is the most requested missing capability.
References
docs/BATTERIES_INCLUDED.mdPriority 1: HTTP Clienthttps://github.com/navicore/patch-seq/pull/255