mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-25 20:59:20 +03:00
Add custom HTTP header feature for HTTP proxy
A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
This commit is contained in:
@ -177,6 +177,7 @@ void EnPrintableAsciiStr(char *str, char replace);
|
||||
bool IsSafeChar(char c);
|
||||
bool IsSafeStr(char *str);
|
||||
void EnSafeStr(char *str, char replace);
|
||||
void EnSafeHttpHeaderValueStr(char *str, char replace);
|
||||
void TruncateCharFromStr(char *str, char replace);
|
||||
char *CopyStr(char *str);
|
||||
void BinToStr(char *str, UINT str_size, void *data, UINT data_size);
|
||||
|
Reference in New Issue
Block a user