Searched refs:serve_file (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/server/
H A Dface.py126 return cherrypy.lib.static.serve_file(os.path.join(
H A Dfeed.py42 from cherrypy.lib.static import serve_file namespace
399 return serve_file(cfpath, MIME_TYPE)
H A Ddepot.py31 from cherrypy.lib.static import serve_file namespace
592 return serve_file(fpath, "text/plain; charset=utf-8")
640 return serve_file(fpath, "text/plain; charset=utf-8")
714 return serve_file(fpath, "application/data")
776 return serve_file(fpath, "application/data")
1793 return serve_file(badpath, "text/plain; charset=utf-8")
1796 # Call a misbehaving serve_file
1849 return serve_file(badpath, "application/data")
1852 # Call a misbehaving serve_file
1893 return serve_file(badpat
[all...]

Completed in 862 milliseconds