Header Action Response
data class HeaderActionResponse(val headerActionType: String, val headerName: String, val value: String? = null)
An action that can manipulate an http header.
An action that can manipulate an http header.