package
0.0.0-20231018235809-90deddd72f8f
Repository: https://github.com/grailbio/reflow.git
Documentation: pkg.go.dev

# Functions

DoFuncHandler creates a http.Handler from a DoFunc.
DoProxyHandler creates an http.Handler from a url.
Handler creates a http.Handler from a root node.
NewClient returns a new REST client given an HTTP client and root URL.

# Structs

Call represents an incoming call to be serviced.
Client is a REST client.
ClientCall represents a single call.
StreamingCall implements the writer interface to write a chunk of bytes to the response writer and flush.

# Interfaces

Node is a node in a REST resource tree.

# Type aliases

DoFunc is an adapter that allows the use of ordinary functions as call nodes.
Mux is a node multiplexer.
WalkFunc is an adapter that allows the use of ordinary functions as multiplexer nodes.