GetUserAgent helps in getting the user agent from the request
(r *http.Request)
| 17 | |
| 18 | // GetUserAgent helps in getting the user agent from the request |
| 19 | func GetUserAgent(r *http.Request) string { |
| 20 | return r.UserAgent() |
| 21 | } |
no outgoing calls
no test coverage detected