# Functions
Call invokes an HTTP method on the given address/path combo, passing it a serialized request and parsing its response into reply.
Clone returns a deep copy of m.
HandlerDo converts a protobuf based handler into an http.HandlerFunc.
HandlerFunc converts a protobuf based handler into an http.HandlerFunc.
HandlerThunk converts a protobuf based handler into an http.HandlerFunc.
Read reads a length-prefixed protobuf from src.
Write writes a length prefixed protobuf to dst.
# Interfaces
ProtoPointer[T] is an interface which asserts that *T is a proto.Message.