Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ endpoints
Endpoints
7 in github.com/NVIDIAGameWorks/Falcor
⨍
Functions
8,129
◇
Types & classes
1,657
↳
Endpoints
7
Route
POST
DictProperty('environ', 'bottle.request.post', read_only=True)
tests/testing/libs/bottle.py:None
Route
catch_all
route('/<path:path>')
tests/testing/view_image_tests.py:None
Route
index_page
route('/')
tests/testing/view_image_tests.py:None
Route
result_image
route('/result/<path:path>')
tests/testing/view_image_tests.py:None
Route
route
DictProperty('environ', 'bottle.route', read_only=True)
tests/testing/libs/bottle.py:None
Route
url_args
DictProperty('environ', 'route.url_args', read_only=True)
tests/testing/libs/bottle.py:None
Route
wrapper
functools.wraps(getattr(Bottle, name))
tests/testing/libs/bottle.py:None