Optional
queryAn optional custom query parameter parser to pass through to the
underlying request builder. This parser will be used to parse the
arguments passed to the query
function on the builder.
const request = microtest(
'host',
{ queryParser: (params) => qs.stringify(params, { arrayFormat: 'repeat' })}
)
Generated using TypeDoc
Optional configuration to customize the request builder