diff options
author | John Estabrook <jestabro@vyos.io> | 2021-03-26 11:25:44 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-11-07 15:21:50 -0600 |
commit | 37c3ebc8aba14ba7605fbbb9c4013cbd2513400d (patch) | |
tree | 448d71a5acf2e108519cc2ca48cd1cdc3e5070e8 /debian | |
parent | e2bab09cc31ed41149409bafe0a19568f244a963 (diff) | |
download | vyos-1x-37c3ebc8aba14ba7605fbbb9c4013cbd2513400d.tar.gz vyos-1x-37c3ebc8aba14ba7605fbbb9c4013cbd2513400d.zip |
http api: T3412: use FastAPI as web framework; support application/json
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.
(cherry picked from commit 0125fff200efe3259aa25953e7505f69679261f8)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 87a0258d2..8cafd8257 100644 --- a/debian/control +++ b/debian/control @@ -141,6 +141,7 @@ Depends: usbutils, vyatta-bash, vyatta-cfg, + vyos-http-api-tools, vyos-utils, wide-dhcpv6-client, wireguard-tools, |