http

package
v0.0.0-...-d376067 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

httpd/apach2

copy html in Dockerfile:

FROM httpd:tag
COPY ./web/ /usr/local/apache2/htdocs/

launch your apache with specify port:

$ docker run -dit --name admin-gui -p 80:80 -p 443:443 myweb:tag

haproxy

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Download

func Download(uri string, file string, username, password interface{}) bool

func Get

func Get(uri string, username, password interface{}) (io.ReadCloser, error)

func Post

func Post(url string, payload []byte, username, password interface{}) (io.ReadCloser, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL