public Request(Server server, Host host, Connection connection) : base(String.Empty, String.Empty, null)
		{
			Server = server;
			Host = host;
			Connection = connection;

            ProcessorChain = RequestProcessorChainBuilder.Current.Build();
		}