Http Route Response
data class HttpRouteResponse(val action: HttpRouteActionResponse? = null, val match: HttpRouteMatchResponse? = null)
Http Routes configuration, including paths to match on and whether or not rewrites are to be done.