To get "User-Agent" string in the tuxmodule.
syun <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
Hello. I am making "*.tux.so" module. It needs to know "User-Agent:" and "Authorization:" infomation from web clients. Must I add their field to "struct user_req_s" and modify proto_http.c in order to store them? Thanx.