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
ZeroIntensity
added
c api
This has to do with the C API (_view)
and removed
good first issue
An issue that isn't necessarily easy to implement, but not required to be an expert in view.py
labels
Dec 30, 2023
This is no longer a beginner issue. This should involve the PyAwaitable API (details in #19) and likely implement HTTP internally. This is also now waiting on #109.
This will involve OS API's in C, so some macro magic might be needed in order to make it cross platform.
On a second thought, reimplementing HTTP is probably a terrible idea. cURL could be shipped with view.py for an HTTP client. This might cause some blocking I/O problems, though.
It might be a good idea to forget about implementing this in C - using aiohttp and just adding caching to it could be useful.
Feature description
NextJS has their own way of handling fetching from servers by caching the request. It shouldn't be super hard to implement this for view.
Feature example API
OR, a utility that calls
get_app
internallyAnything else?
No response
The text was updated successfully, but these errors were encountered: