$Date: 2005/10/28 11:33:36 $
$Revision: 1.13 $
-- Initialise socket with an_address.
-- (From EM_TCP_CLIENT_SOCKET)
-- Initialise socket with Net2 id a_socket_id in connected state.
-- (From EM_TCP_CLIENT_SOCKET)
-- Carriage return character code
-- (From EM_NETWORK_CONSTANTS)
-- Used for listening on all network interfaces
-- (From EM_NETWORK_CONSTANTS)
-- Used as destination when sending a message to all clients
-- on a subnet that allows broadcasts
-- (From EM_NETWORK_CONSTANTS)
-- Used for listening on all network interfaces
-- (From EM_NETWORK_CONSTANTS)
-- Line feed character code
-- (From EM_NETWORK_CONSTANTS)
-- Highest valid value for a socket port
-- (From EM_NETWORK_CONSTANTS)
-- Maximum size of a UDP packet
-- (From EM_NETWORK_CONSTANTS)
-- Lowest valid value for a socket port
-- (From EM_NETWORK_CONSTANTS)
-- EiffelMedia network subsystem is
-- (From EM_SHARED_SUBSYSTEMS)
-- Server address
-- (From EM_TCP_CLIENT_SOCKET)
-- max serialization count
-- (From EM_NETWORK_CONSTANTS)
-- Path on server
-- Set max_serialization_count to a_count.
-- If UDP is used this value should be *less* than Max_udp_packet_size.
-- (From EM_NETWORK_CONSTANTS)
-- Is socket trying to connect to server?
-- (From EM_TCP_CLIENT_SOCKET)
-- Is an_ip_string a valid IP string?
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Connect to server.
-- (From EM_SOCKET)
-- Set address to an_address.
-- (From EM_TCP_CLIENT_SOCKET)
-- Set host ip of address.
-- an_ip_string has to be in the format 'xy.xy.xy.xy'.
-- (From EM_TCP_CLIENT_SOCKET)
-- Set hostname of address.
-- (From EM_TCP_CLIENT_SOCKET)
-- Set port of address.
-- (From EM_TCP_CLIENT_SOCKET)
-- Convert a 16 bit value from network byte order (big endian) to the
-- byte order of this system.
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Convert a 32 bit value from network byte order (big endian) to the
-- byte order of this system.
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Convert an_ip_string to an integer ip.
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Convert a 16 bit value from the byte order of the this system
-- to network byte order (big endian).
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Convert a 32 bit value from the byte order of the this system
-- to network byte order (big endian).
-- (From EM_NETWORK_HELPER_FUNCTIONS)
-- Send a HTTP POST request
-- reset the object
-- Connection closed event
-- (From EM_TCP_CLIENT_SOCKET)
-- Connected event
-- (From EM_TCP_CLIENT_SOCKET)
-- Connection failed event
-- (From EM_TCP_CLIENT_SOCKET)
-- Data received event
-- (From EM_TCP_CLIENT_SOCKET)
-- Header received event
-- Is socket open?
-- (From EM_SOCKET)
-- Handle connection closed.
-- (From EM_TCP_CLIENT_SOCKET)
-- Handle connection established.
-- (From EM_TCP_CLIENT_SOCKET)
-- Handle connection failed.
-- (From EM_TCP_CLIENT_SOCKET)
-- Socket id of Net2
-- (From EM_SOCKET)
A simple implementation of the HTTP protocol supporting GET and POST.