head method

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

Define a head route.

Implementation

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