http post with a simple HTML <form> content ok master
authoryu.dongliang <18588496441@163.com>
Tue, 19 Nov 2024 04:05:15 +0000 (12:05 +0800)
committeryu.dongliang <18588496441@163.com>
Tue, 19 Nov 2024 04:05:15 +0000 (12:05 +0800)
commitefff23a684d9990a7f9bb76e69edbdb3eb162a84
tree4eb328609e102835b0ace3ba326238e68579548d
parent6a36e53e311d17a94e1fb6817eca20afe2b8d4c2
http post with a simple HTML <form> content ok
18 files changed:
html/abc_html.c
html/abc_html.h
html/abc_io_http.c
html/abc_obj.c
html/abc_obj.h
net/ngx_http_abc.h
net/ngx_http_abc_module.c
ui/Makefile
ui/abc_layout.c
ui/abc_layout_h1.c
ui/abc_layout_td.c [new file with mode: 0644]
ui/abc_render.c
ui/abc_render_h1.c
ui/abc_render_meta.c [new file with mode: 0644]
ui/abc_render_table.c [new file with mode: 0644]
ui/abc_render_td.c [new file with mode: 0644]
ui/abc_render_tr.c [new file with mode: 0644]
ui/main.c