f06fe3fc4d
fixed many bugs http server code
2022-12-26 17:03:53 +00:00
56bd1af653
directory formatting code in http server file handler
2022-12-23 14:44:55 +00:00
b4cadfeed3
enhanced cmdline arguments in hio-webs.c
2022-12-22 16:25:20 +00:00
9e135dbbd7
set HIO_SVC_HTTS_FILE_LIST_DIR to hio_svc-htts_dofile() in webs.c
2022-12-22 14:24:04 +09:00
9e285bcc1e
adding directory name formatter callback to hio_svc_htts_dofile() - not finished yet
2022-12-21 14:57:52 +00:00
9808760d64
changed code to use hio_get_mime_type_by_ext()
2022-12-16 16:24:10 +00:00
1ba44dc203
changed hio_svc_htts_dofile() to attempt index.html if a directory is given
2022-12-16 00:24:31 +09:00
f917a0ec69
implemented a simple untar method in hio-webs
2022-12-13 16:17:39 +00:00
a4d7080ae7
attempting to implement 'untar'
2022-10-26 07:47:40 +09:00
855e0fb88e
enabled the http file handler to accept POST, PUT, DELETE
2022-10-10 01:41:07 +09:00
7ec3ba3ab7
added --enable-all-static and --with-all-static-libs to ease full static binary builds for selected commands
...
fixed a bug where the client socket is kept when keep-alive is set. it should have been closed if client EOF is detected regardless of keep-alive
touched up debug messages in http-file.c
2022-10-08 16:47:55 +09:00
913bb7e0b7
added the hio-webs command
...
added the extension size parameter to hio_svc_htts_start()
added the docker build step
2022-10-07 14:08:40 +09:00