marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Support the return of Path values for static file delivery. #197

Closed amcgregor closed 3 years ago

amcgregor commented 3 years ago

To compliment returning open file handles, you can also just return the file path as a Path. (E.g. a PosixPath instance.)