simplehttp v0.5.0 SimpleHttp
Link to this section Summary
Functions
Create virtual methods such as:
SimpleHttp.get(...)
SimpleHttp.post(...)
SimpleHttp.delete(...)
SimpleHttp.put(...)
SimpleHttp.put(...)
Before you use this module you SHOULD call SimpleHttp.start
Link to this section Functions
Link to this function
delete(url, args \\ [])
Link to this function
get(url, args \\ [])
Create virtual methods such as:
SimpleHttp.get(...)
SimpleHttp.post(...)
SimpleHttp.delete(...)
SimpleHttp.put(...)
SimpleHttp.put(...)
Link to this function
options(url, args \\ [])
Link to this function
post(url, args \\ [])
Link to this function
put(url, args \\ [])
Link to this function
request(method, url, args \\ [])
Link to this function
start()
Before you use this module you SHOULD call SimpleHttp.start