forked from eklipse2k8/CocoaRestClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (14 loc) · 760 Bytes
/
Copy pathREADME
File metadata and controls
17 lines (14 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The goal of this project is to build a lightweight native Cocoa app for testing and debugging HTTP Restful services.
This project was greatly inspired by the Java rest-client (http://code.google.com/p/rest-client/).
Features:
- Make GET, PUT, POST, DELETE, HEAD calls
- Set request body to arbitrary content
- Set request headers
- Set HTTP basic auth
- Auto-format (pretty print) XML and JSON responses
- Display response headers
- Quick save requests in a handy drawer
Credits:
- Contains json-framework/SBJSON library (http://code.google.com/p/json-framework/) embedded in it, source and all
- Mucho guidance from Open Kosmaczewski blog (http://kosmaczewski.net/2008/03/26/playing-with-http-libraries/)
Still a work in progress, but pretty functional!