# Functions
RegisterHelloHTTPHandler registers the http handlers for service HelloHTTP to "mux".
RegisterHelloHTTPHandlerClient registers the http handlers for service HelloHTTP to "mux".
RegisterHelloHTTPHandlerFromEndpoint is same as RegisterHelloHTTPHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterHelloHTTPHandlerServer registers the http handlers for service HelloHTTP to "mux".