Documentation ¶
Overview ¶
Package ascii contains some injectable HTTP interfaces to ASCII hardware
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectRawComm ¶
func InjectRawComm(rt generichttp.RouteTable, raw RawCommunicator)
InjectRawComm injects a /raw POST route into the route table of an HTTPer
Types ¶
type RawCommunicator ¶
RawCommunicator has a single Raw method
type RawWrapper ¶
type RawWrapper struct {
Comm RawCommunicator
}
RawWrapper is a wrapper around a raw communicator
func (*RawWrapper) HTTPRaw ¶
func (rw *RawWrapper) HTTPRaw(w http.ResponseWriter, r *http.Request)
HTTPRaw provides access to the raw function over http
Click to show internal directories.
Click to hide internal directories.