tencent cloud

All product documents
Tencent Cloud Observability Platform
Conn.recv
Last updated: 2025-03-11 20:05:06
Conn.recv
Last updated: 2025-03-11 20:05:06
recv is used to receive data.
recv(size: number): ArrayBuffer

Parameters

Parameter
Type
Description
size
number
The limit on the maximum number of bytes that can be received.

Return

Type
Description
ArrayBuffer
Received binary data.

Samples

Receive the response data to the request.
import socket from "pts/socket";
import util from 'pts/util';

export default function () {
const tcp_socket = new socket.Conn('tcp', '127.0.0.1', 80);
const send_data = `GET /get HTTP/1.1
Host: 127.0.0.1
\n`;
tcp_socket.send(util.toArrayBuffer(send_data));
tcp_socket.recv(512);
tcp_socket.close();
}

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon