Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
pokeb
2009-05-31 05:20:51 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0588624747533db3748366d29d22685fdcdcfbd
e0588624
1 parent
3f1ef515
Update readme
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
README.textile
README.textile
View file @
e058862
...
...
@@ -5,7 +5,9 @@ It is suitable performing basic HTTP requests and interacting with REST-based se
It provides:
* A straightforward interface for submitting data to and fetching data from webservers
* Download data to memory or directly to a file on disk
* The ability to submit files on local drives as part of POST data, compatible with the HTML file input mechanism
* Submit files on local drives as part of POST data, compatible with the HTML file input mechanism
* Stream request bodies directly from disk to the server, to conserve memory
* Resume for partial downloads
* Easy access to request and response HTTP headers
* Progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress
* Auto-magic management of upload and download progress indicators for operation queues
...
...
Please
register
or
login
to post a comment