origin method

String? origin()

get origin

req.origin()

Implementation

String? origin() {
  return header('origin');
}