pub const DEFAULT_CONTROL_PATH: &str = "/~~penguin";
Expand description

The URI path which is used for penguin internal control functions (e.g. opening WS connections).

We need a path that:

  • is unlikely to clash with real paths of existing web applications,
  • is still somewhat easy to type and remember (e.g. to send requests via curl), and
  • doesn’t use any invalid characters for URLs.