MESSOR
Documentation
Home
Download
Installation
Protocol
Library
Old version
Messor Network Protocol
class Request
Generates a request to the server to send data
__construct
(
string
server
):
void
send
():
mixed
Sending data using one of the methods
setData
(
string
data = ''
):
void
Setting the data to send to the server *data*
setHeader
(
string
header
):
void
Setting the header data to send to the server
formatForSend
():
void
Forming a data string to be sent to the server
setServer
(
string
server
):
void
Setting the server to which the data will be transferred
setCrypt
(
iCrypt
crypt
):
void
Sets the encryption type
getCrypt
():
iCrypt
Gets the encryption type