Files
RestKit/Code/Network
Brad Phelan d6e26a6f9d Implemented support for URL encoding an array of dictionaries. fixes #391
For example the following dict

	terms (
        {
        lhs = "blood_glucose_measurement";
        op = gt;
        rhs = 10;
    	}
	)

should generate the following URL encoded string

	type=or&terms[][lhs]=blood_glucose_measurement&terms[][op]=gt&terms[][rhs]=10
2011-10-14 08:52:25 -04:00
..
2011-09-07 10:35:40 -04:00
2011-09-07 10:35:40 -04:00
2011-09-07 10:36:16 -04:00
2011-09-07 10:36:16 -04:00
2011-10-13 15:43:47 +02:00
2011-09-28 12:23:28 +03:00