summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-http-api.service
AgeCommit message (Collapse)Author
2021-03-26http api: T3412: use FastAPI as web framework; support application/jsonJohn Estabrook
Replace the Flask micro-framework with FastAPI, in order to support extensions to the API and OpenAPI 3.* generation. This change will remain backwards compatible with previous versions. Notably, the multipart forms version of requests remain supported; in addition application/json requests are now natively supported.
2019-07-01[HTTP API] T1431: check init/vyos-config before starting HTTP API serviceJohn Estabrook
2019-06-17[HTTP API] T1431: make systemd restart the HTTP API service on failure.Daniil Baturin
2019-06-17T1431: Fix vyos-http-server logging to journald.Daniil Baturin
2019-06-16T1431: initial implementation of the HTTP API.Daniil Baturin