enabled the http file handler to accept POST, PUT, DELETE

This commit is contained in:
2022-10-10 01:41:07 +09:00
parent 7ec3ba3ab7
commit 855e0fb88e
14 changed files with 294 additions and 217 deletions

View File

@@ -19,7 +19,7 @@ rpm: dist-gzip
cp @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz "@abs_builddir@/pkgs/RPM/SOURCES"
rpmbuild --define "_topdir @abs_builddir@/pkgs/RPM" -ba @abs_builddir@/pkgs/hio.spec --target=@build_cpu@
docker:
docker: all
mkdir -p data
rm -rf data/*
tar -cvf hio-webs.tar bin/hio-webs data