git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

`git-bundle-web-server`: simple web-server process #6

Closed derrickstolee closed 2 years ago

derrickstolee commented 2 years ago

The git-bundle-web-server process runs the server process. It performs a very basic form of routing to ensure that the input route is still in the routes file, then serves the bundle-list or the requested .bundle file.