We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb28f63 commit 4b333e7Copy full SHA for 4b333e7
src/httpserver/http_utils.hpp
@@ -91,10 +91,6 @@ class http_utils
91
IPV4 = 4, IPV6 = 16
92
};
93
94
-#ifdef SWIG
95
- %immutable;
96
-#endif
97
-
98
static const short http_method_connect_code;
99
static const short http_method_delete_code;
100
static const short http_method_get_code;
@@ -228,9 +224,6 @@ class http_utils
228
224
229
225
static const std::string http_post_encoding_form_urlencoded;
230
226
static const std::string http_post_encoding_multipart_formdata;
231
232
- %mutable;
233
234
227
static size_t tokenize_url(const std::string&,
235
std::vector<std::string>& result, const char separator = '/'
236
);
0 commit comments