Jef Roosens
b278ebd73f
ci/woodpecker/pr/lint Pipeline was successful
Details
ci/woodpecker/pr/docs Pipeline was successful
Details
ci/woodpecker/pr/build Pipeline was successful
Details
ci/woodpecker/pr/docker Pipeline was successful
Details
ci/woodpecker/pr/man Pipeline was successful
Details
ci/woodpecker/pr/test Pipeline was successful
Details
|
||
---|---|---|
.. | ||
README.md | ||
api_jobs.v | ||
api_logs.v | ||
api_metrics.v | ||
api_targets.v | ||
cli.v | ||
log_removal.v | ||
repo.v | ||
repo_remove.v | ||
server.v |
README.md
This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.
NOTE: vweb defines the priority order of routes by the file names in this
module. Therefore, it's very important that all API routes are defined in files
prefixed with api_
, as this is before the word routes
alphabetically.