The highest tagged major version is
v2.
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jul 17, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Serve starts a remote function server. Incomming requests should be handled
by the given Function. This version of Serve doesn't work with AddRoute.
Serve1 starts a remote function server. Incomming requests should be handled
by the given Function. This version of Serve doesn't work with AddRoute.
Client represents a the client side of a remote function (also known as a remote
procedure call).
Call makes a request and returns the response. It dials the host if not
connected.
Close closes the underlying connection, if open.
Dial opens the TCP connection
Function is the prototype of functions to be server by ogdlrf.Serve
Server hold the state of the server side of a remote function.
AddRoute associates a handler function with the given path. A path in this
context is the first child of the incomming request.
Serve starts a remote function server. Handler functions should be set up with
AddRoute.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.