Simplified HTTP Module

Warning

Intended for internal uses only

This module support basic HTTP operations with additional support for Google App Engine’s URL Fetch API for simple HTTP GET calls.

class yotsuba.core.net.Http
static build_data(data)
static do(method, url, data=None, headers=None, bypass_url_encoding=False)
static get(url, data=None, headers=None, bypass_url_encoding=False)
static post(url, data=None, headers=None, bypass_url_encoding=False)
class yotsuba.core.net.Response(code, headers, content, reason=None)
code()
content()
headers()
reason()

Previous topic

Kotoba XML Parser with Level-3 CSS Selector

Next topic

Tori Web Framework

This Page