axios

Creator: coderz1093

Last updated:

0 purchases

axios Image
axios Images

Languages

Categories

Add to Cart

Description:

axios

axios #
axios is a simple, zero-configuration command-line http server. Inspired by npm's http-server. In fact this package's API tries to closely match that of the API of http-server.
Install #
dart pub global activate axios
copied to clipboard
Usage #
axios [options] [path]
copied to clipboard
Options #



Option
Abbreviation
Description
Default




--address
-a
Defines address to listen on
0.0.0.0


--port
-p
Defines which port to listen on
8080


--silent
-s
Suppress log messages from output
false


--directory
-d
Allows directory listing
true


--version
-v
Prints current axios version




The path defaults to current directory ./ unless otherwise specified.
Upcoming features #

CORS
TLS/SSL

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.