Oo_sfml_networkOnline documentation for the network module
type ip_address_src = [ | `FromBytes of char * char * char * char| `FromInteger of int32| `FromString of string| `GetLocalAddress| `GetPublicAddress of Oo_sfml_system.time| `LocalHost ]class ip_address : ip_address_src -> object ... endclass packet : object ... endclass tcp_socket : object ... endclass udp_socket : object ... endclass http_request : object ... endclass http_response : SFHttp.Response.t -> object ... endclass http : object ... endclass response : SFFtp.response -> object ... endclass directory_response : SFFtp.directoryResponse -> object ... endclass listing_response : 'a -> object ... endclass ftp : object ... end