KestrunResponse.WriteCborResponseAsync method

Writes a CBOR response (binary, efficient, not human-readable).

public Task WriteCborResponseAsync(object? inputObject, int statusCode = 200, 
    string? contentType = null)

See Also