# Functions
Create a new RestHandler object with optional argument using Variadic options pattern for customisation Refer to the RestHandlerOption<option_name> functions RestHandler is used to wrap the http package and give a cleaner more defined scope which the person implementing the library will have full control over.
Change the default endpoint to a custom endpoint Default is "/cgi-bin/api.cgi" If for some reason the camera you are using is different, one can update it here.
Change the default port to a custom port.
Add a proxy host configuration.
Add a password to the proxy configuration.
Add a proxy port configuration.
No description provided by the author
Change the default scheme from HTTP to HTTPS or SOCKS5.
Add a username to the proxy configuration.
Change the default scheme from HTTP to HTTPS or SOCKS5.
# 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
# Interfaces
No description provided by the author