form-input-nginx-module icon indicating copy to clipboard operation
form-input-nginx-module copied to clipboard

This is a nginx module that reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded", and parse the arguments in request body into nginx variables.

Results 2 form-input-nginx-module issues
Sort by recently updated
recently updated
newest added
trafficstars

[0111-multipart-form-data.patch.txt](https://github.com/calio/form-input-nginx-module/files/2965880/0111-multipart-form-data.patch.txt) [0110-multipart-form-data.patch.txt](https://github.com/calio/form-input-nginx-module/files/2965881/0110-multipart-form-data.patch.txt) [0109-multipart-form-data.patch.txt](https://github.com/calio/form-input-nginx-module/files/2965882/0109-multipart-form-data.patch.txt)

The last lines of outputs from `make`: ``` cc -o objs/ngx_http_form_input_module.so \ objs/addon/src/ngx_http_form_input_module.o \ objs/ngx_http_form_input_module_modules.o \ -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie \ -shared /usr/bin/ld: objs/src/event/ngx_event_openssl.o: in function `ngx_ssl_session_ticket_key_callback': nginx-1.22.0/src/event/ngx_event_openssl.c:4385: undefined...