# Functions
No description provided by the author
Remove the `nth` element from the slice `s` returning the modified slice.
Looks at the leading part of a URL to determine the protocal, HTTPProtocal is the default.
No description provided by the author
Exists reports whether the named file or directory exists.
-------------------------------------------------------------------------------------------------
type FileInfo interface {
Name() string // base name of the file
Size() int64 // length in bytes for regular files; system-dependent for others
Mode() FileMode // file mode bits
ModTime() time.Time // modification time
IsDir() bool // abbreviation for Mode().IsDir()
Sys() interface{} // underlying data source (can return nil)
}
*/ Exists reports whether the named file or directory exists.
No description provided by the author
No description provided by the author
Check that a file exists and is an executable program - Linux/Unix/MacOS - 'x' permissions && not a directory.
Return a list of IPs that are listend to by this system.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Return the full URL with http://host:port/path/path?arg=value.
------------------------------------------------------------------------------------------------- Convert from a request back to a URL.
------------------------------------------------------------------------------------------------- Convert from a request back to a URL.
cookieValue := lib.GetCookie ( "LoginAuthCookie", req ) -------------------------------------------------------------------------------------------------.
No description provided by the author
function to get extension based on mime type.
------------------------------------------------------------------------------------------------- Get a list of filenames and directorys.
-------------------------------------------------------------------------------------------------.
GetFileSize returns the file size in bytes.
GetImageDimension returns width, height of an immage - .png, .jpg, .gif - not working on .svg - not returning errors
Example: h, w = GetHWFromImage ( ffile_name );.
No description provided by the author
-------------------------------------------------------------------------------------------------.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
------------------------------------------------------------------------------------------------- func (hdlr RedirectHandlerType) ServeHTTP(www http.ResponseWriter, req *http.Request) {.
No description provided by the author
-------------------------------------------------------------------------------------------------.
-------------------------------------------------------------------------------------------------.
Return absolute value of integer.
No description provided by the author
No description provided by the author
No description provided by the author
IsLocalhost is true when passed a localhost IP address v4 or ipv6.
No description provided by the author
No description provided by the author
No description provided by the author
c_parsed, err2 := lib.JsonStringToArrayOfString ( b ).
No description provided by the author
No description provided by the author
No description provided by the author
Return the File name and Line no as a string.
No description provided by the author
xyzzy - test this Match a path in a list of paths.
MatchURLPrefix is a week regular exprssion matcher.
No description provided by the author
No description provided by the author
No description provided by the author
----------------------------------------------------------------------------------------------------------------------------------------------------.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
-------------------------------------------------------------------------------------------------.
No description provided by the author
No description provided by the author
lib.SetupRequestHeaders(req, test.hdr).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------.
-------------------------------------------------------------------------------------------------.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author