Feature #1471
Include file data in data
Start date:
09/10/2016
Due date:
% Done:
100%
Associated revisions
Adding parsing of JSON data
Reference #1471
Using an ordered dictionary for the results and fixing error when no body was provided
Reference #1471
Added handling of plain-text data and improved error messaging
Reference #1471
History
#1 Updated by Luke Murphey about 8 years ago
- Target version deleted (
0.7)
#2 Updated by Luke Murphey about 8 years ago
- Target version set to 1.0
#4 Updated by Luke Murphey over 7 years ago
I need to handle application/json and perhaps form data and text/plain.
#5 Updated by Luke Murphey over 7 years ago
curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost/data
#6 Updated by Luke Murphey over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
#7 Updated by Luke Murphey over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100