emicklei / go-restful

package for building REST-style Web Services using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List all request headers

mecampbellsoup opened this issue · comments

Is there a way to list all headers on a restful.Request?

yes, you can access the underlying *http.Request and ask it for its Header map