TransparentURLPathTransformer passes the requested URL path through untouched.
| 105 | |
| 106 | // TransparentURLPathTransformer passes the requested URL path through untouched. |
| 107 | type TransparentURLPathTransformer struct { |
| 108 | } |
| 109 | |
| 110 | // Transform returns the URL path unchanged. |
| 111 | func (f TransparentURLPathTransformer) Transform(r *http.Request) string { |
nothing calls this directly
no outgoing calls
no test coverage detected