formatCommon      188 cygnal/libnet/http.h     cygnal::Buffer &formatCommon(const std::string &data);
formatCommon      201 cygnal/libnet/http.h  	{return formatCommon("Method: " + data); };
formatCommon      206 cygnal/libnet/http.h  	{return formatCommon("Referer: " + data); };
formatCommon      208 cygnal/libnet/http.h  	{return formatCommon("Connection: " + data); };
formatCommon      210 cygnal/libnet/http.h  	{return formatCommon("Keep-Alive: " + data); };
formatCommon      216 cygnal/libnet/http.h  	{return formatCommon("Host: " + data); };
formatCommon      218 cygnal/libnet/http.h  	{return formatCommon("User-Agent: " + data); };
formatCommon      220 cygnal/libnet/http.h  	{return formatCommon("Accept-Ranges: " + data); };
formatCommon      223 cygnal/libnet/http.h  	{return formatCommon("Last-Modified: " + data); }
formatCommon      225 cygnal/libnet/http.h  	{return formatCommon("Etag: " + data); };
formatCommon      227 cygnal/libnet/http.h  	{return formatCommon("Accept-Language: " + data); };
formatCommon      229 cygnal/libnet/http.h  	{return formatCommon("Accept-Charset: " + data); };
formatCommon      231 cygnal/libnet/http.h  	{return formatCommon("Accept-Encoding: " + data); };
formatCommon      233 cygnal/libnet/http.h  	{return formatCommon("TE: " + data); };