HTTPInjectHeaderHandler handles HTTP header injection/modification.
| 583 | |
| 584 | // HTTPInjectHeaderHandler handles HTTP header injection/modification. |
| 585 | type HTTPInjectHeaderHandler struct{} |
| 586 | |
| 587 | // Execute injects or modifies HTTP headers in the payload. |
| 588 | // Supports the following action_config options: |
nothing calls this directly
no outgoing calls
no test coverage detected