-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
enhancementNew feature or requestNew feature or request
Description
These methods need native optimizations:
- App#get_headers
- App#get_queries
- App#get_parameters
- App#preserve
- App#cork_end
- WebSocket#cork_send
- App#send (end + content-type + status + other headers + cork)
- static file serving needs to be all In native (C++) without touching python at all.
- sendfile must be all native too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request