UNPKG

reqman

Version:

Reqman is a tool that can quickly help back-end engineers with api testing, as well as a nodejs-based crawler tool.

9 lines (7 loc) 121 B
/*! * Reqman * Copyright(c) 2018 Lisniuse * MIT Licensed */ 'use strict'; module.exports = require('./lib/reqman');