Types
        
SocketType = socket_type()
        
Socket = socket()
        
Data = io_list() | binary()
        
Result = socket_closed | void()
       
        
        deliver/3 sends Data over
	Socket using the specified SocketType. Socket
	and SocketType is to be the socket and the socket_type 
	form the mod record as defined in httpd.hrl