Documentation ¶
Overview ¶
Package manael provides HTTP handler for processing images.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServeProxy ¶
NewServeProxy returns a new Proxy given a upstream URL
Example ¶
u, err := url.Parse("http://localhost:9000") if err != nil { log.Fatal(err) } p := manael.NewServeProxy(u) if err := http.ListenAndServe(":8080", p); err != nil { log.Fatal(err) }
Output:
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.