hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2023-05-19 03:55:40 +00:00
b340f09ecc extended hcl_attacio() to access a new input stream handler under the name of scanner.
hyung-hwan pushed to main at hyung-hwan/hcl 2023-05-18 15:17:26 +00:00
2bd78d2bfc added hcl_attachiostdwithucstr().
hyung-hwan pushed to main at hyung-hwan/hcl 2023-05-18 01:24:40 +00:00
893e5d4c89 add hcl_attachiostd().
hyung-hwan pushed to main at hyung-hwan/hio 2023-04-21 11:26:23 +00:00
91cea4d6be added yaml and yml mime type
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-30 06:34:46 +00:00
50df17b410 wrote some code for http proxy support - not complete
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-28 16:24:32 +00:00
0f910de1a6 refactored code in http-txt.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-28 15:36:48 +00:00
27feacf4d4 refactored code in http-thr.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-26 16:42:50 +00:00
bb99ebb83d simplified setup_for_content_len() in some files
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-26 14:46:51 +00:00
e5d0946c5f touched up the file handler in http-file.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-25 18:01:53 +00:00
e54867e42e touched up http file handler
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-19 18:01:47 +00:00
cb15015ffc cleaned up code in http-cgi.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-18 20:04:54 +00:00
cbcc33554a refactoring htts with common code pushed to http-svr.c
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-11 03:54:53 +00:00
e92c41a596 added some common response handling functions for htts
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-10 17:32:47 +00:00
86fc103711 added hio_svc_htts_task_startreshdr(), hio_svc_htts_task_endreshdr() and others
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-09 16:30:04 +00:00
933d03fe27 shorted code a bit by creating a new function hio_svc_htts_task_buildfinalres()
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-05 18:27:55 +00:00
bafad8ceab moved the csck field to the task header
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-05 15:40:48 +00:00
490591ca32 added hio_parse_http_status_header_value()
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 16:14:09 +00:00
47b1ac034d renamed thr_task to thr in http-thr.c
6ee1c2d66c renamed thr to peer in http-thr.c
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 15:55:35 +00:00
0ed8b13259 moved more htts task fields to the header side
hyung-hwan pushed to main at hyung-hwan/hio 2023-03-04 11:26:52 +00:00
ba037f1c71 moved the req_method and req_version to the task header part as task_req_method and task_req_version respectively