wisp
wisp copied to clipboard
URI decode for static files
The wisp.serve_static() function should decode the file path with uri.percent_decode so that it can serve files or paths with a space or other characters that are not allowed in a uri but are allowed in a file path.
Great idea! Please open a PR 🙏
Created PR