Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j6mes committed Feb 28, 2017
1 parent 0340a45 commit 9f03833
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
HttpLib is a free (Apache 2.0 License) web request helper for .Net that makes it easier for developers to access and download resources from the internet.

Master build ![build status master](https://ci.appveyor.com/api/projects/status/github/j6mes/httplib)
Dev build ![build status master](https://ci.appveyor.com/api/projects/status/github/j6mes/httplib)

Version 2.0.14 ![2.0.14](https://ci.appveyor.com/api/projects/status/cfxsekd76ap47fej/branch/2.0.13)
Version 2.0.15 ![2.0.15](https://ci.appveyor.com/api/projects/status/cfxsekd76ap47fej/branch/2.0.15)

## About

The library was first released in 2012 and has since had over 5500 downloads.

#### Download

The latest releases are available on [CodePlex](http://httplib.codeplex.com/releases/ "Download binaries form codeplex").
Releases are available from the release page on this github repo. The Codeplex repo is no longer maintained.

#### Source code

Source code is available on [GitHub](https://github.com/j6mes/httplib/ "Download Sourcecode from github")

#### Latest Release:

The most recent release is **2.0.14** which supports the following features:
The most recent release is **2.0.15** which supports the following features:

* Supports most HTTP Verbs: GET / POST / PUT / DELETE and more
* Upload and download files to disk
Expand All @@ -29,16 +29,14 @@ The most recent release is **2.0.14** which supports the following features:
* Cookies are static and persist between requests
* Bug fix 16 - setting custom headers
* Bug fix 17 - sending request without body
* Request 18 - removed stats collection

Supported platforms: .Net4.0+ (WinForms, WCF, ASP.Net, Silverlight 5, Windows Phone 8.0+, Windows 8.0+).

#### Upcoming Releases:

**2.1:** OAuth2 authentication provider

#### Anonymous Usage Statistics
Anonymous usage statistics may be collected by the library. This can be disabled by calling Collector.DisableCollector().Disable() on app startup.


## Examples

Expand Down

0 comments on commit 9f03833

Please sign in to comment.