Skip to content

alco/miniweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniWeb

Collection of utilities implemented on top of µWeb, the minimalistic web framework.

Installation

miniWeb is intended to be used as a command-line tool. You may build it from source or download a precompiled escript from the Releases page.

To build from source, run mix escript.build inside the project root.

Usage

There are 2 utilities comprising miniWeb:

  1. Inspect. Allows you to dump requests from HTTP clients to console. It is useful for debugging clients as not all of them have builtin facilities to examine the data they are sending/receiving.

  2. Serve. Serves the contents of chosen directory over HTTP.

License

This software is licensed under the MIT license.