http_vars(websockets)
http_vars()所属R语言包:websockets
Parse http GET or POST variables, returning a list.
解析HTTP GET或POST变量,返回一个列表。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Parse http GET or POST variables, returning a list.
解析HTTP GET或POST变量,返回一个列表。
用法----------Usage----------
http_vars(socket, header)
参数----------Arguments----------
参数:socket
An open client socket connection.
一个开放的客户端套接字连接。
参数:header
An http header.
HTTP头。
Details
详细信息----------Details----------
Parse http GET or POST variables, returning a list. This function is designed to be used within the static webpage callback described in create_server. This function does not work properly yet with POST messages. If you really need to use POST, use a better web service than
解析HTTP GET或POST变量,返回一个列表。此功能被设计为用于在static网页回调中描述create_server。此功能还不能正常工作与POST消息。如果你确实需要使用POST,使用一个更好的网络服务,而不是
值----------Value----------
A list, possibly NULL, containing the named parsed variables.
的列表,可能是NULL,包含命名解析变量。
(作者)----------Author(s)----------
B. W. Lewis <blewis@illposed.net>
参见----------See Also----------
createContext create_server static_file_service static_text_service
createContextcreate_serverstatic_file_servicestatic_text_service
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|