pub fn response_for(
method: &str,
path: &str,
body: &str,
metadata: ServerAdapterMetadata,
surface_provider: fn() -> PackageSurface,
runner: fn(SurfaceRequest) -> Result<SurfaceResponse, String>,
) -> HttpResponseExpand description
Returns the standard response for one HTTP request.