mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds REQUEST_FULL and REQUEST_FULL_LENGTH variables
This variable is a combination from REQUEST_LINE, REQUEST_HEADERS and REQUEST_BODY (if any). Expects for \n\n in between each of those values.
This commit is contained in:
@@ -149,4 +149,6 @@ char DSOLOCAL *format_all_performance_variables(modsec_rec *msr, apr_pool_t *mp)
|
||||
unsigned char DSOLOCAL is_netmask_v4(char *ip_strv4);
|
||||
|
||||
unsigned char DSOLOCAL is_netmask_v6(char *ip_strv6);
|
||||
|
||||
int DSOLOCAL msc_headers_to_buffer(const apr_array_header_t *arr, char *buffer, int max_length);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user