File: RequestRewriteListener.go

package info (click to toggle)
golang-github-vulcand-oxy 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 728 kB
  • sloc: makefile: 14
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
package roundrobin

import "net/http"

// RequestRewriteListener function to rewrite request.
type RequestRewriteListener func(oldReq *http.Request, newReq *http.Request)