userAgent method

String userAgent()

get user agent from header`

Implementation

String userAgent() {
  return request.userAgent();
}