{http} R# Documentation

http


require(R);

#' the R# http utils
imports "http" from "webKit";

the R# http utils



.NET clr function exports
post_data
urlcomponent
urlencode

URL-encodes string

This function is convenient when encoding a string to be used in a query part of a URL, as a convenient way to pass variables to the next page.

requests.get

http get request

http.cache

create a new http cache context

cookies

parse cookies data from the http web request result

requests.post

send http post request to the target web server.

is.http_error

Test the web response is http error or not via the http status code is not equals to 200(OK)?

content

get content data from the http request result

upload

upload files through http post


[Document Index]