dp.sh.Brushes.HTTP = function()
{
	var keywords =	'get post put head delete options GET POST PUT HEAD DELETE OPTIONS';

	var values =	'';
	
	var fonts =		'[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif';

	this.regexList = [];
	this.CssClass = 'dp-http';
	this.Style =	'.dp-http .colors { color: darkred; }' +
					'.dp-http .vars { color: #d00; }';
}

dp.sh.Brushes.HTTP.prototype	= new dp.sh.Highlighter();
dp.sh.Brushes.HTTP.Aliases	= ['http'];

