recv -package:network

Read up to a limited number of bytes from a socket. Returns Nothing if the remote end closed the connection or end-of-input was reached. The number of returned bytes might be less than the specified limit, but it will never null.
Retrieve a single response from the Memcached server. FIXME: read into buffer to minimize read syscalls
Receive a message (MPI_Recv). The MPI datatypeis determined automatically from the buffer pointer type.
Receive an object.
Receives decrypted bytes from the given Context. Returns Nothing on EOF. Up to 16384 decrypted bytes will be received at once.
Efficient network recv Network recv based on buffer pools
Type for the receiving function with a buffer pool.
Receiving a HTTP request from Connection and parsing its header to create Request.
Get data out of Data packet, and automatically renegotiate if a Handshake ClientHello is received. An empty result means EOF.
Deprecated: use recvData that returns strict bytestring
Variant of recvPacket that runs packet_to_bundle.
Variant of recvPacket that runs packet_to_message.
Erroring variant.
Variant of recvPacket that runs packetMessages.
Receive and decode an Osc packet.
Variant of recvPacket that implements an n second timeout.
Variant of recvPacket that runs packet_to_bundle.
Variant of recvPacket that runs packet_to_message.
Erroring variant.
Variant of recvPacket that runs packetMessages.
Receive and decode an Osc packet.
Receive and either decode an Osc packet.
Recv variant to collect message source address.