Documentation
¶
Index ¶
- func SendJsonLinesRequests(requestsWithContext chan<- RequestWithContext, reader *bufio.Reader, ...) error
- func SendRequests(requestsWithContext chan<- RequestWithContext, in io.Reader, ...) error
- func SendUrlsRequests(requestsWithContext chan<- RequestWithContext, reader *bufio.Reader, ...) error
- type InputType
- type JsonLine
- type RequestWithContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendJsonLinesRequests ¶ added in v1.0.0
func SendJsonLinesRequests( requestsWithContext chan<- RequestWithContext, reader *bufio.Reader, requestMethod string, staticHeaders []config.RequestHeader, ) error
func SendRequests ¶
func SendRequests( requestsWithContext chan<- RequestWithContext, in io.Reader, requestMethod string, staticHeaders []config.RequestHeader, ) error
func SendUrlsRequests ¶ added in v1.0.0
func SendUrlsRequests( requestsWithContext chan<- RequestWithContext, reader *bufio.Reader, requestMethod string, staticHeaders []config.RequestHeader, ) error
Each line is an URL and optionally some TSV context that can be passed through an emitted along with the response output
Types ¶
type RequestWithContext ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.