Data.BufferBuilder

The BufferBuilder Monad

data BufferBuilder a

runBufferBuilder

runBufferBuilder'

Optional configuration

data Options

runBufferBuilderWithOptions

runBufferBuilderWithOptions'

Query builder

calculateLength

currentLength

Appending bytes and byte strings

appendByte

appendChar8

appendBS

appendLBS

appendLiteral

unsafeAppendLiteralN

Appending bytes and byte strings, truncated to 7 bits

appendByte7

appendChar7

appendBS7

appendLiteral7

unsafeAppendLiteralN7

UTF-8 encoding

appendCharUtf8

appendStringUtf8

Printing numbers

appendDecimalSignedInt

appendDecimalDouble

JSON escaping

appendEscapedJson

appendEscapedJsonLiteral

appendEscapedJsonText

URL percent-encoding

appendUrlEncoded