wwwsrv

command
v0.0.0-...-2201134 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2018 License: MIT Imports: 6 Imported by: 0

README

wwwsrv

A simple H2QUIC server. It provides the methods:

  • 256 : Return 256 random bytes
  • 4KiB : Return 4KiB random bytes
  • 1MiB : Return 1MiB random bytes
  • 16MiB : Return 16MiB random bytes

Usage:

Usage of ./wwwsrv:
  -cert string
    	Path to certificate file (PEM) (default "cert.pem")
  -key string
    	Path to key file (PEM) (unencrypted) (default "key.pem")
  -laddr string
    	Local address to listen on. (default "localhost:6121")
  -prefix string
    	Path prefix where the API methods should be available under (should start and end with a slash) (default "/data/")
  -v	verbose

Example Usage:

./wwwsrv -cert=rootCACert.pem -key=rootCAKey.pem -laddr=localhost:6121 -prefix=/data/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL