trace method

void trace(
  1. String path,
  2. Handler handler
)

Define a trace route.

Implementation

void trace(String path, Handler handler) => route(r'trace', path, handler);