Instance Method
write(_:)
Write a single chunk of bytes
func write(_ bytes: Span<UInt8>) async throws
Default Implementations
HTTPBodyWriter Implementations
func write(some Sequence<UInt8>) async throwsWrite a sequence of bytes.func write(String) async throwsWrite the UTF-8 Representation of aString