Http Header Option Response
    data class HttpHeaderOptionResponse(val headerName: String, val headerValue: String, val replace: Boolean)
Specification determining how headers are added to requests or responses.
Specification determining how headers are added to requests or responses.