263 Commits

Author SHA1 Message Date
Nikolay Molchanov
f49b5e6df8 Revert old project names - part 2 2016-07-18 18:37:19 +03:00
Nikolay Molchanov
664453df78 Revert old project names and optimize only for Release 2016-07-18 18:25:49 +03:00
Todd Menier
840a690f13 Merge pull request #88 from tmenier/dev
Dev to master Flurl.Http 1.0.0 and Flurl 2.1.0
2016-07-17 22:35:08 -05:00
Todd Menier
e4d04eedd9 updated to Flurl.Http 1.0 in package testers 2016-07-17 22:34:15 -05:00
Todd Menier
2c01af534f strip -beta from Flurl.Http 1.0 2016-07-17 21:18:47 -05:00
Todd Menier
c7949949ce strip -beta from Flurl 2.1 2016-07-17 21:00:30 -05:00
Todd Menier
17a45792ed SendAsync extensions for string and Url, added HttpCompletionOption to all HTTP extension methods 2016-07-17 14:58:46 -05:00
Todd Menier
6e5292c518 changed PostAsync, PutAsync, and PatchAsync overloads with no request body to take a (nullable) HttpConent, since they tend to have a body more often than not. 2016-07-17 14:36:24 -05:00
Todd Menier
6098b22356 package testers updated to beta8 2016-07-14 17:03:09 -05:00
Todd Menier
a05bf089ef Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-14 16:05:11 -05:00
Todd Menier
399ebd8850 #113 - multipart/form-data (replaces #48) 2016-07-14 16:04:30 -05:00
Nicholas
5d158a075a Delete not need version tag 2016-07-13 00:47:35 +03:00
Todd Menier
f1a4870c5c oops...release notes link take 2 2016-07-12 15:51:52 -05:00
Todd Menier
a1e7081fd7 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-10 14:05:23 -05:00
Todd Menier
edab706543 updated nuspec to point to 1.0 release notes 2016-07-10 14:04:44 -05:00
Todd Menier
d09ab7af6f Merge pull request #112 from tmenier/fix_build
Fix build - AppVeyor can not press key =)
2016-07-09 19:25:21 -05:00
Nikolay Molchanov
b8ad9a681d Fix build - AppVeyor can not press key =) 2016-07-10 01:11:59 +03:00
Todd Menier
e49d18e872 support for multipart file uploads based on stream (#48) 2016-07-09 12:16:49 -05:00
Todd Menier
8ac7eff65f #111 - reduce overall extension methods, add Send*Asnyc(verb, ...) to more easily support unusual cases 2016-07-09 11:31:37 -05:00
Todd Menier
0ea22a8503 a few doc improvements 2016-07-09 11:30:15 -05:00
Todd Menier
1c642be335 different fix for #109 2016-07-07 00:25:45 -05:00
Todd Menier
8f9623e98a tweaks to tests that create random files (avoid http://stackoverflow.com/a/9667350/62600) 2016-07-06 22:03:08 -05:00
Todd Menier
d62e7fe0a9 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-06 22:01:27 -05:00
Todd Menier
437e66f166 Revert "reverted test, see if it makes AppVeyor happy (#109)"
This reverts commit 0c1ed686142da65527da7864058011f0441db5e5.
2016-07-06 21:37:13 -05:00
Nicholas
7d3728f9e8 Update README.md 2016-07-06 17:43:19 +03:00
Nikolay Molchanov
6ff642fede Fix exception bug 2016-07-06 02:07:52 +03:00
Todd Menier
0c1ed68614 reverted test, see if it makes AppVeyor happy (#109) 2016-07-01 21:46:34 -05:00
Nikolay Molchanov
abbfa12e1f Upgrade testers dependicies 2016-07-01 02:26:04 +03:00
Nikolay Molchanov
d0a807ecc3 Update package testers to latest build 2016-07-01 02:18:14 +03:00
Nikolay Molchanov
f756bc601a Fix net45 dependicies 2016-06-30 20:33:28 +03:00
Nikolay Molchanov
85a14b407f Update install.ps1 2016-06-30 17:00:07 +03:00
Nicholas
280794c2f1 Update .gitignore 2016-06-30 14:40:06 +03:00
Nikolay Molchanov
9b8598be27 Update to NET core 1.0.0 2016-06-29 22:20:20 +03:00
Todd Menier
cecc096b52 c# 6 ftw 2016-06-25 18:44:02 -05:00
Todd Menier
924f2ffc9c Merge remote-tracking branch 'origin/master' into dev 2016-06-25 17:15:33 -05:00
Todd Menier
a8c2001d79 Merge pull request #73 from engenb/WithOauthBearerToken
convenience methods to pair with those provided by ClientConfigExtensions
2016-06-25 17:14:43 -05:00
Todd Menier
2e2b0eedea Fix for when charset header value is quoted (work around .NET bug) 2016-06-25 16:49:23 -05:00
Todd Menier
bc6e4cfb47 a couple unrelated tweaks 2016-06-25 15:38:01 -05:00
Todd Menier
c7bc34600f not-so-minor overhaul of cookies 2016-06-24 16:04:35 -05:00
Todd Menier
66515e9906 refactored DownloadExtensions, all platform-switching moved to FileUtil 2016-06-23 13:27:32 -05:00
Todd Menier
edf9ce412b Merge pull request #107 from tmenier/post-multipart
Post multipart
2016-06-23 12:00:33 -05:00
Todd Menier
039097e77b file download test - random folder name so parallel tests don't trip over each other 2016-06-23 11:50:33 -05:00
Todd Menier
eb9ca31201 mutipart extensions fully implemented 2016-06-12 16:49:21 -05:00
Todd Menier
1e3d3419b5 multipart content/post implementation. needs fixes for PCL/files 2016-06-12 10:56:35 -05:00
Todd Menier
e42d4f4ba2 working multipart post test. need to build shortcuts and refactor 2016-06-11 15:53:06 -05:00
Todd Menier
d87a4f875f I don't think we need 2 versions of this test. 2016-06-11 11:17:42 -05:00
Todd Menier
50dad6e713 code gen tweak - provide default file path to make it easier to run in VS 2016-06-10 16:37:22 -05:00
Todd Menier
d5b97ceccb Merge pull request #101 from tmenier/fix_encoding_win1251
fixed #86, fixed net461 dependicies, fixed tests, lowered dependicies…
2016-06-03 11:15:10 -05:00
Nikolay Molchanov
d8540f62dc turn on all test on netcore 2016-06-01 17:11:04 +03:00
Nikolay Molchanov
14a005ad0b fixed #86, fixed net461 dependicies, fixed tests, lowered dependicies to stable 2016-06-01 16:17:30 +03:00