post_data | |
urlcomponent | |
urlencode | URL-encodes stringThis 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 |