proxmox/proxmox-rest-server/src
Gabriel Goller 34e307461b rest-server: add custom handlebars escape fn
Add a custom handlebars escape function. It's nearly identical to the
default `html_escape` fn [0], but it does not escape the '='. This is
needed to support base64 encoded values.

[0]: https://docs.rs/handlebars/latest/handlebars/fn.html_escape.html

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
 [ TL: use full width for comment ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-25 16:34:30 +01:00
..
api_config.rs rest-server: add custom handlebars escape fn 2024-11-25 16:34:30 +01:00
compression.rs rest server: rust fmt 2022-04-06 16:55:39 +02:00
connection.rs rest-server: drop log intended for debugging again 2024-11-15 10:29:33 +01:00
environment.rs rest-server: drop Router from ApiConfig 2023-03-02 16:13:55 +01:00
formatter.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
h2service.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
lib.rs rest-server: remove lazy_static dependency 2024-08-14 10:33:42 +02:00
rest.rs rest-server: utilize flush_window for streams 2024-09-05 14:15:11 +02:00
worker_task.rs rest-server: remove use of once_cell 2024-08-14 11:32:23 +02:00