pub async fn get_ab_test(
__arg0: State<ABTestingState>,
__arg1: Query<EndpointQuery>,
) -> Result<Json<ABTestConfig>, StatusCode>Expand description
Get A/B test configuration for an endpoint
GET /api/v1/ab-tests?method={method}&path={path}
pub async fn get_ab_test(
__arg0: State<ABTestingState>,
__arg1: Query<EndpointQuery>,
) -> Result<Json<ABTestConfig>, StatusCode>Get A/B test configuration for an endpoint
GET /api/v1/ab-tests?method={method}&path={path}