vieter/src/server
Jef Roosens b278ebd73f
fix: set default timeout to 60 minutes
2023-05-02 21:31:24 +02:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
api_jobs.v chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
api_logs.v chore: rename db module to avoid conflict with vlib 2023-02-08 11:09:18 +01:00
api_metrics.v fix: metrics no longer bloat memory 2023-01-28 17:35:01 +01:00
api_targets.v chore: rename db module to avoid conflict with vlib 2023-02-08 11:09:18 +01:00
cli.v fix: set default timeout to 60 minutes 2023-05-02 21:31:24 +02:00
log_removal.v chore: ran v fmt for v 0.3.3 changes 2023-02-08 11:00:17 +01:00
repo.v fix: error when upload failed before all bytes received 2023-04-28 12:05:12 +02:00
repo_remove.v chore: ran v fmt for v 0.3.3 changes 2023-02-08 11:00:17 +01:00
server.v feat: add non-functional build timeout setting 2023-05-02 14:52:40 +02:00

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.