HTTPRedirectHandler handles HTTP redirect injection.
| 739 | |
| 740 | // HTTPRedirectHandler handles HTTP redirect injection. |
| 741 | type HTTPRedirectHandler struct{} |
| 742 | |
| 743 | // Execute creates an HTTP redirect response. |
| 744 | // Supports the following action_config options: |
nothing calls this directly
no outgoing calls
no test coverage detected