Skip to content

0.4.0

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 05 Aug 12:45
· 2843 commits to master since this release
  • Release fixes a major issue which caused invoked functions to not be able to declare any scope variables.
  • @http_static decorator for serving static files from a folder on disk. Takes to values; 1. the path to the folder, either relative to the service file or absolute; 2. the base URL path for static files as a regexp.