package
0.0.0-20221115090741-faefad50ed6c
Repository: https://github.com/jlentink/aem.git
Documentation: pkg.go.dev

# Functions

DisableSSLValidation Disables SSL validation.
DownloadFile download file from string url.
DownloadFileWithURL file with url.URL.
Get Perform a simple get request.
GetPlain does a plain get request to an URL.
GetPlainWithHeaders Do a plain request with specific headers.
GetWithHeaders Do a get request with url.URL.
Post
Post Perform a HTTP POST.
PostFormEncode post form encoded form.
PostMultiPart post multipart form.
PostMultiPartWithHeaders Post multipart form With the ability to add headers.
PostPlain Simple HTTP POST with url string.
PostPlainWithHeaders Simple HTTP POST with url string and define the headers.
PostWithHeaders Do a HTTP POST and define the headers used.
Upload bytes.buffer with string username, password and uri.
UploadWithURL upload bytes.buffer with *url.URL.
URLToURLString convert the url to string.

# Constants

# Structs

Header general http header struct.