MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Http_UrlDirect

Function Http_UrlDirect

src/_HttpBase.h:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359static cc_bool Http_UrlDirect(cc_uint8 c) {
360 return (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9')
361 || c == '-' || c == '_' || c == '.' || c == '~';
362}
363
364void Http_UrlEncode(cc_string* dst, const cc_uint8* data, int len) {
365 int i;

Callers 1

Http_UrlEncodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected