ApiServerIORequestBuilder typedef

ApiServerIORequestBuilder = void Function(HttpClientRequest request, HttpMethod method, Object? input)

Implementation

typedef ApiServerIORequestBuilder = void Function(io.HttpClientRequest request, HttpMethod method, Object? input);