Skip to content

Commit

Permalink
Amended note about SampleApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
relentless committed Oct 24, 2014
1 parent 871085b commit 2da8057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ So you can do the old download-multiple-sites-in-parallel thing:
|> Array.iter (printfn "%s")
```

Check out *HttpClient.SampleApplication*, which contains a program demonstrating the library being used and (to some extent) unit tested.

*Note* because some of the request and response headers have the same names, to prevent name clashes, the response versions have 'Response' stuck on the end, e.g.

``` fsharp
Expand Down Expand Up @@ -201,8 +203,6 @@ Integration tests describe submitting the request and handling the response:
* cookies are not kept during an automatic redirect
* when there is no body, reading it as bytes gives an empty array

You can also check out the *SampleApplication* folder, which contains a program demonstrating the library being used and unit tested.

## Why on earth would you make such a thing? ##

This came out of a side project which involved working with HTTP, and I wasn't really enjoying using HttpWebRequest from F#, so I started making wrapper functions - which eventually turned into this.
Expand Down

0 comments on commit 2da8057

Please sign in to comment.