temperlang / temper

3 stars 0 forks source link

Fetch API design #96

Open mikesamuel opened 6 months ago

mikesamuel commented 6 months ago

Design a fetch API that supports requesting a URL as GET/POST and receive portions of the response asynchronously, and can connect to target language's native/standard facilities.

mikesamuel commented 6 months ago

This requires #57 for asynchrony on Java.