const HTTPHeader(String header)

Binds an HTTP request header to an HTTPController property or responder method argument.

header case-insensitively matches the name of a header of an incoming request. See class description for more details.

Source

const HTTPHeader(String header) : super(header);