A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
5.07k
stars
198
forks
source link
Add support for http format and parse functions in preflight #7100
Open
boyney123 opened 2 months ago
Use Case
HTTP has some useful functions for parsing and formatting, but these functions are only supported inflight.
Unless I don't fully understand...I can't see why these can't be supported for preflight?
Proposed Solution
Expose format and parse HTTP functions to preflight, same API.
Implementation Notes
No response
Component
No response
Community Notes