You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main goal of this library is to be portable, and when running in a web browser Rust only has access to HTTP through Javascript, so implement sending/receiving simple POST (update), GET (read), PUT (create), DELETE (delete) (unfortunately can't receive these messages on a web page, so probably support SSE as well). This should not be a full blown web-framework.
The text was updated successfully, but these errors were encountered:
The main goal of this library is to be portable, and when running in a web browser Rust only has access to HTTP through Javascript, so implement sending/receiving simple POST (update), GET (read), PUT (create), DELETE (delete) (unfortunately can't receive these messages on a web page, so probably support SSE as well). This should not be a full blown web-framework.
The text was updated successfully, but these errors were encountered: