Http.fs-prerelease 2.0.0-alpha1

This is a prerelease version of Http.fs-prerelease.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Http.fs-prerelease --version 2.0.0-alpha1
NuGet\Install-Package Http.fs-prerelease -Version 2.0.0-alpha1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Http.fs-prerelease" Version="2.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Http.fs-prerelease --version 2.0.0-alpha1
#r "nuget: Http.fs-prerelease, 2.0.0-alpha1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Http.fs-prerelease as a Cake Addin
#addin nuget:?package=Http.fs-prerelease&version=2.0.0-alpha1&prerelease

// Install Http.fs-prerelease as a Cake Tool
#tool nuget:?package=Http.fs-prerelease&version=2.0.0-alpha1&prerelease

A temporary nuget until 2.0 is released. Don't depend on!

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.4 69 4/29/2015
2.1.3 37 4/29/2015
2.1.2 39 4/28/2015
2.1.1 67 4/22/2015
2.1.0 57 4/7/2015
2.0.0 45 4/7/2015
2.0.0-alpha1 31 4/7/2015

Release Notes:

* [infra] wip: rakified so I can get some work done today
* [infra] wip: can't get it to work
* [infra] nuget generation, ready... (not set, go, yet.)
* [infra] trying to make AppVeyor happy
* [docs] documenting binary files
* [docs] documenting the new API
* [infra] never commit generated files
* [infra] making push optional
* [infra] updating FAKE to fix https://github.com/fsharp/FAKE/issues/740
* [integration-tests] don't compile fsx
* [infra] remove binary artifacts
* [requestbody] adding sample-form-post.fsx
* [requestbody] passing integration tests
* [requestbody] FormFile instead of SingleFile, as the name is what matters
* [requestbody] more integration tests - and sample form with instructions
* [timeout] temporary ignore #82
* whitespace
* [requestbody] unit-testing ContentType
* [requestbody] move boundary to request header
* [infra] remove userprefs file
* [infra] rebased against upstream/master
* [infra] adding build.sh to bootstrap compilation
* [requestbody] adding failing integration test for suave
* [requestbody] removing notes
* [requestbody] adding comment about overriding Content-Type
* [infra] is AppVeyor happy now?
* [requestbody] support fixup of Content-Type based on body;
* [requestbody] support for urlencode formatting
* [requestbody] passing test for 'can format urlencoded'
* [requestbody] passing tests for multi-uploads
* [integration-tests] passing.
* [requestbody] passing multipart/formdata single file upload
* [requestbody] a possible typed API
* [requestbody] stubbing out use-cases
* [requestbody] extract tests to its own file
* [unittests] finished Fuchu conversion
* [unittests] already tested in "defaults" test above
* [unittests] rewritten in part to Fuchu
* Update README.md
* commented out timeout test (fails on mono)
* Update README.md
* Added tools back in
* Merge branch 'master' of https://github.com/relentless/Http.fs
* Merge branch 'haf-master'
* tool fixes to get build working
* fixed merge conflicts
* Update README.md
* updated build.fsx refs to work with Travis(?)
* updated travis config
* Updated travis config to use build.sh
* Merge branch 'master' of https://github.com/relentless/Http.fs
* Added build.sh for travic ci bild
* updated travis config
* Added Travis build config
* Made timeout use <ms> unit of measure
* Update README.md
* Merge pull request #49 from Muhomorik/master
* Header as option, fixes #68 ?
* adapting gitignore to #63
* fixes #63
* fixes #62, #61, #60
* fixes #55
* fixes #58
* fixes #52
* fixes #56, #53
* [integration-tests] optionally set CachePolicy
* [infra] fixes #42
* [infra] add paket.bootstrapper.exe
* HttpWebRequest ResponseUri Uri that responded to request. Location header may be empty. + HttpServer. Post Redirect route, returns another route as Get. + Integration tests. Call redirect and check ResponseUri.
* Merge pull request #48 from Muhomorik/master
* A slightly better version of Timeout. Integration test. + SlowResponse @ Server, do nothing for 10s. Unit test + Test if Timeout is set.
* Revert "Implemented Timeout."
* Implemented Timeout. Tests are marked with Category for VisualStudio Test Explorer, can group by traits.
* Merge pull request #1 from relentless/master
* Update README.md
* Merge pull request #46 from Muhomorik/master
* POST request sample.
* Added withBodyBytes *BREAKING CHANGE*