libcex  1.0.0
Modern C++11 embedded webserver library
Enumerations | Functions
util.hpp File Reference

Contains general utility and helper functions. More...

#include <string>
#include <vector>

Go to the source code of this file.

Enumerations

enum  CompressionMode { cmUnknown = -1, cmDeflate, cmGZip }
 

Functions

std::vector< std::string > cex::splitString (const char *str, char delim, int doTrim)
 
std::string cex::randomStringHex (int len)
 

Detailed Description

Contains general utility and helper functions.