package
4.2.0+incompatible
Repository: https://github.com/bnyu/erpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AcquireArgs returns an empty Args object from the pool.
AcquireByteBuffer returns an empty byte buffer from the pool.
AppendHTMLEscape appends html-escaped s to dst and returns the extended dst.
AppendHTMLEscapeBytes appends html-escaped s to dst and returns the extended dst.
AppendHTTPDate appends HTTP-compliant (RFC1123) representation of date to dst and returns the extended dst.
AppendIPv4 appends string representation of the given ip v4 to dst and returns the extended dst.
AppendQuotedArg appends url-encoded src to dst and returns appended dst.
AppendUint appends n to dst and returns the extended dst.
NewBufioReader returns a new BufioReader whose buffer has the default size.
NewBufioReaderSize returns a new BufioReader whose buffer has at least the specified size.
NewBufioWriter returns a new BufioWriter whose buffer has the default size.
NewBufioWriterSize returns a new BufioWriter whose buffer has at least the specified size.
NewCountString creates a self-increasing string counter.
ParseHTTPDate parses HTTP-compliant (RFC1123) date.
ParseIPv4 parses ip address from ipStr into dst and returns the extended dst.
ParseUfloat parses unsigned float from buf.
ParseUint parses uint from buf.
ReleaseArgs returns the object acquired via AquireArgs to the pool.
ReleaseByteBuffer returns byte buffer to the pool.
ToJsonStr converts the string to json string.

# Variables

ErrNoArgValue is returned when Args value with the given key is missing.

# Structs

Args represents query arguments.
BufferPool represents byte buffer pool.
BufioReader an io.Reader object buffer with count and limit.
BufioWriter implements buffering for an io.Writer object with count.
ByteBuffer provides byte buffer, which can be used for minimizing memory allocations.
CountString self-increasing string counter.
ReaderWrap reader wrapper.
WriterWrap writer wrapper.