ok static method

Implementation

static Response ok(OutboundDocument document) =>
    Response(StatusCode.ok, document: document);