Function
send
Retrieves a response for the request, either from cache or by sending it to the given backend server.
send: func(request: request, body: body, backend: borrow<backend>) -> result<response-with-body, error-with-detail>;Retrieves a response for the request, either from cache or by sending it to the given backend server.
send: func(request: request, body: body, backend: borrow<backend>) -> result<response-with-body, error-with-detail>;