Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpReader ¶
type HttpReader struct { URL string // contains filtered or unexported fields }
HttpReader is a reader which will read a http resource with a simple get request. Before first Read it will be passed over JsonRPC as a URL.
func (*HttpReader) Close ¶
func (h *HttpReader) Close() error
Click to show internal directories.
Click to hide internal directories.