summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/pywebsocket3/example/handler_map.txt
blob: 21c4c09aa0091d8baf2908959905867842aeb865 (plain)
1
2
3
4
5
6
7
8
9
10
11
# websocket handler map file, used by standalone.py -m option.
# A line starting with '#' is a comment line.
# Each line consists of 'alias_resource_path' and 'existing_resource_path'
# separated by spaces.
# Aliasing is processed from the top to the bottom of the line, and
# 'existing_resource_path' must exist before it is aliased.
# For example,
#  / /echo
# means that a request to '/' will be handled by handlers for '/echo'.
/ /echo