• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# websocket handler map file, used by standalone.py -m option.
2# A line starting with '#' is a comment line.
3# Each line consists of 'alias_resource_path' and 'existing_resource_path'
4# separated by spaces.
5# Aliasing is processed from the top to the bottom of the line, and
6# 'existing_resource_path' must exist before it is aliased.
7# For example,
8#  / /echo
9# means that a request to '/' will be handled by handlers for '/echo'.
10/ /echo
11
12