Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulkOpen ¶
BulkOpen takes a slice of strings of filenames, and returns a slice of file handlers to the caller.
func CountPerms ¶
CountPerms takes a list of files, and calculates the number of permutations of each of its lines.
func GenerateRequest ¶
func GenerateRequest(method string, url string, body string, headerFlags []string, filename string) error
GenerateRequest takes a method, url, body, a list of headers, and a filepath, all strings. It then generates a request for the given url and method, with the given body, and writes it out to the given filepath.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.