 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const TEMPLATE = `{{ .Req.Method }} {{ .Req.URL.String }} {{ .Req.Proto }}
{{ .Headers }}
{{ .Body }}`
    Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
	// contains filtered or unexported fields
}
    func NewService ¶
func NewService(optionFuncs ...optionFunc) *Service
func (*Service) HandlerFunc ¶
func (s *Service) HandlerFunc(w http.ResponseWriter, r *http.Request)
 Click to show internal directories. 
   Click to hide internal directories.