public virtual int Send(HTTPResponse r)
 {
     r.setAttribute("Server", configuration.name + " " + configuration.version);
     byte[] toSend = r.ToBytes();
     Send(toSend);
     return toSend.Length;
 }