Documentation
¶
Index ¶
- Constants
- func ExtractTitle(html string) string
- func GET(input RequestInput) (statusCode int, header http.Header, html string, err error)
- func POST(input RequestInput) (statusCode int, header http.Header, html string, err error)
- func ParseHTTPHeaderAndBodyFromString(resp string) (http.Header, string)
- func StartSimpleHttpServer(host string, maxRuntime int, callbacks ...Callback) (accessURL string, stopFunc func(), err error)
- type Callback
- type RequestInput
Constants ¶
View Source
const MAXX_ = "Agent mmmmmmmmAXx_"
Variables ¶
This section is empty.
Functions ¶
func ExtractTitle ¶ added in v0.0.6
func ParseHTTPHeaderAndBodyFromString ¶ added in v0.0.6
Types ¶
Click to show internal directories.
Click to hide internal directories.