http_response(websockets)
http_response()所属R语言包:websockets
Form and send an http response to a socket
表格和一个套接字发送HTTP响应
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Form and send an http response to a socket
表格和一个套接字发送HTTP响应
用法----------Usage----------
http_response(socket, status=200, content_type="text/html; charset=UTF-8", content="")
参数----------Arguments----------
参数:socket
A socket descriptor.
一个套接字描述符。
参数:status
An http numeric status code.
一个HTTP数字状态代码。
参数:content_type
The http content type.
的HTTP内容类型。
参数:content
The http content (normally of type raw).
HTTP内容(一般类型原料)。
Details
详细信息----------Details----------
Form an http response and send it to the specified socket, closing the
形成一个http响应,并将其发送到指定的插座,关闭
值----------Value----------
NULL is invisibly returned
NULL是不可见的返回
(作者)----------Author(s)----------
B. W. Lewis <blewis@illposed.net>
参见----------See Also----------
createContext create_server
createContextcreate_server
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|