Files @ d04f7e19a7f6
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/urlencode.h

Jan Kaluza
Add FormUtils methods to make XMPP Forms handling easier to read even when keeping it portable between swiften2 and swiften3.
#ifndef __URLENCODE_H__
#define __URLENCODE_H__

#include <iostream>
#include <string>

std::string char2hex( char dec );
std::string urlencode( const std::string &c );

#endif // __URLENCODE_H__