Documentation ¶ Index ¶ func SendHTTPRequest(req Request) (string, int, error) func ValidateHTTPMethod(httpMethod string) error type Request func ParseHttpRequestFile(httpRequestFile string) ([]Request, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SendHTTPRequest ¶ func SendHTTPRequest(req Request) (string, int, error) func ValidateHTTPMethod ¶ func ValidateHTTPMethod(httpMethod string) error Types ¶ type Request ¶ type Request struct { Method string Url string Headers map[string]string Body string } func ParseHttpRequestFile ¶ func ParseHttpRequestFile(httpRequestFile string) ([]Request, error) Source Files ¶ View all Source files request_sender.go Click to show internal directories. Click to hide internal directories.