Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream[T any] struct { // contains filtered or unexported fields }
Stream is a generic streaming reader for decoding JSON-encoded data from an HTTP response.
type StreamOptions ¶
type StreamOptions struct {
Delimeter []byte
}
StreamOptions contains options for configuring the Stream.
Click to show internal directories.
Click to hide internal directories.