Class: c3.http
Defined in: | js/c3.coffee |
Overview
################################################################## HTTP Helpers ##################################################################
Class Method Summary
- . (Object, String) deparam(string, key) Parse a string to get an object of key/value pairs or get the value for a specific key
- . (Object, String) deparam_query(key) Parse the "search" query part of a URL to get the value from a key/value pair
Class Method Details
.
(Object, String)
deparam(string, key)
Parse a string to get an object of key/value pairs or get the value for a specific key
.
(Object, String)
deparam_query(key)
Parse the "search" query part of a URL to get the value from a key/value pair