Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadResponses ¶
func ReadResponses(filename string) <-chan RespRecord
ReadResponses reads the CSV file with responses and sends the data to the output channel.
Types ¶
type RespRecord ¶
type RespRecord struct {
ReqUrl string
ReqMethod string
ReqHeaders string
ReqBody string
ReqHash uint64
RespStatus string
RespBody string
}
RespRecord represents a response record from an input CSV file generated by the send command.
func (RespRecord) String ¶
func (r RespRecord) String() string
Click to show internal directories.
Click to hide internal directories.