diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-06 06:31:15 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-06 06:31:15 -0600 |
commit | 850df3b8721963b6fefc226b533c347cde79ff25 (patch) | |
tree | 4cba77c8f758d251ba61883820801abc879091c7 /README.md | |
parent | d88f5cced222ac76511702a80e26dc7de8af93f3 (diff) |
Hack in POST handling; needs refactoring
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -37,3 +37,13 @@ seccomp_tracing no * Have `tests.py` load and drop database. +Add functions: + +get_request_type +render_json_error +render_html_error + +insert_post + +only do HTTP stuff at the edge. + |