22 releases

Uses old Rust 2015

0.3.36 Apr 28, 2018
0.3.32 Apr 15, 2018
0.3.21 Mar 20, 2018
0.3.13 Feb 17, 2018
0.1.1 Jul 18, 2017

#840 in HTTP server

26 downloads per month

MIT/Apache

205KB
5.5K SLoC

reproto repository server

This is the server part of the HTTP repository of reproto.

Configuration

Configuration for the server is defined in TOML, you can specify the configuration path to load using the REPROTO_SERVER_CONFIG environment variable.

The following is a configuration with all options.

# The address to bind the server to.
listen_address = "127.0.0.1:1234"

# Path to the objects storage.
objects = "/var/reproto-server/objects"

# Maximum file size to permit during uploads.
max_file_size = 10000000

For a complete set of options and implementation details, please see config.rs.

Dependencies

~24MB
~570K SLoC