609 Commits

Author SHA1 Message Date
Nikolay Molchanov
7bd7345f87 [fix] try to fix tests 2019-02-24 12:54:13 +03:00
Nikolay Molchanov
3b531004ef [fix] delete nuget licence error 2019-02-24 12:54:00 +03:00
Nikolay Molchanov
d341bb0ee4 [fix] path 2019-02-24 12:09:17 +03:00
Nikolay Molchanov
4345f5d90c [fix] errors 2019-02-24 12:04:56 +03:00
Nikolay Molchanov
72be7f40c0 [add] coverage for tests 2019-02-24 12:04:41 +03:00
Todd Menier
8286fb1be4 Flurl.Http version bump 2019-02-14 20:55:41 -06:00
Todd Menier
ce5e5053b4 Flurl version bump 2019-02-14 20:11:16 -06:00
Todd Menier
7c5d19798a Test for #366 & #398 2019-02-14 19:14:05 -06:00
Todd Menier
6ad5659e68 #375 is likely unfixable 2019-02-14 16:46:38 -06:00
Todd Menier
455e934003 #420
Url.Clone doesn't need a string extension equivalent (nice catch though)
2019-02-14 15:19:52 -06:00
Todd Menier
fc45b9f3c9 #404 better downloaded filename inference 2019-02-14 14:53:44 -06:00
Todd Menier
75df464cde #411 Url.Clone 2019-01-25 22:50:02 -06:00
Todd Menier
48740b87d3 #336 fun with [CallerMemberName] 2019-01-25 22:48:48 -06:00
Todd Menier
5a097b5d7d #374
avoid excessive calls to client factory
2019-01-25 20:33:48 -06:00
Todd Menier
62a52debbf #315
better thread safety in dictionary merge
2019-01-25 19:47:54 -06:00
Todd Menier
71993a7b2a Test for #366
cannot repro
2019-01-25 13:48:06 -06:00
Todd Menier
74588eb7f0 Test for #375 2019-01-25 11:17:00 -06:00
Todd Menier
017153bf1c #402 multipart enhancement
allow specifying different filename when uploading from local path
2019-01-20 10:18:13 -06:00
Todd Menier
d90e27c63b #406 Url ctor that takes Uri 2019-01-20 09:57:30 -06:00
Todd Menier
b051bd90d4 #405
missed a few content-level headers in check to avoid overwriting
2019-01-20 08:46:48 -06:00
Todd Menier
4be2911281 #392 multipart fix
string parts can't have content-type
2019-01-20 08:27:46 -06:00
Todd Menier
c3479fa285 Test for #370 2019-01-19 17:00:20 -06:00
Todd Menier
f6b335ace4 #373 ObjectToKV bug
should only consider publicly readable properties
2019-01-19 11:11:17 -06:00
Todd Menier
5475393639 Merge remote-tracking branch 'origin/dev' into dev 2019-01-19 09:30:43 -06:00
Todd Menier
9aeaa0b4c6 speling errers 2019-01-19 09:01:46 -06:00
Todd Menier
44a4c586de
Update issue templates 2019-01-11 08:33:33 -06:00
Todd Menier
2d176f85b8
Update issue templates
md link in a template wasn't the way to go
2019-01-11 08:31:06 -06:00
Todd Menier
17adfe8715
Update issue templates 2019-01-11 08:28:21 -06:00
Todd Menier
1b072fce15
Merge pull request #396 from sacgod/dev
Fix missing dispose of CTS during Request timeout handling
2018-11-27 11:44:56 -05:00
Salamon, Daniel (DF MC MTS ISW R&D DEV)
e0af3289a3 Review findings
TABS
2018-11-27 07:49:02 +01:00
Salamon, Daniel (DF MC MTS ISW R&D DEV)
18f0a3d346 Add missing CTS dispose to request
Missing CTS dispose memory leaking.
Store it in a variable and dispose it in finally
2018-11-27 07:23:49 +01:00
Todd Menier
80cf699ef8 updated package testers for Flurl.Http 2.4 (plus new csproj format for full framework versions) 2018-09-04 19:10:28 -05:00
Todd Menier
b18f414d37 strip -pre from 2.4 release 2018-09-04 14:55:56 -05:00
Todd Menier
319921966f
Merge pull request #368 from tmenier/dev
Flurl.Http 2.4.0-pre
2018-08-31 13:47:24 -04:00
Todd Menier
06df3b090c version bump 2018-08-31 12:40:33 -05:00
Todd Menier
6458c507b7 #330 - better ConnectionLeaseTimeout implementation - replace/dispose HttpClient instance at timeout interval. 2018-08-26 19:40:33 -05:00
Todd Menier
129781fefa #357 incorrect doc summary 2018-08-13 08:38:04 -05:00
Todd Menier
c9dd91cd31 #347 WithRequestUrlEncoded test assertion 2018-08-12 10:51:55 -05:00
Todd Menier
2d36c6e3a4 standardize CancellationToken defaults & comments 2018-08-10 16:13:21 -05:00
Todd Menier
7192afca94 #360 cancellation with DownloadFileAsync overloads 2018-08-10 16:12:54 -05:00
Todd Menier
08c8bf11f8 #360 add CancellationToken to DownloadFileAsync 2018-08-10 15:38:20 -05:00
Todd Menier
f457383d71 #356 better locking implementation (thx to mike z https://stackoverflow.com/a/51565934/62600) 2018-07-28 11:20:31 -05:00
Todd Menier
8e15c7b815 #356 better test for thread safety 2018-07-28 11:03:10 -05:00
Todd Menier
06ec0b6899 #356 forgot to make that chainable 2018-07-28 10:52:53 -05:00
Todd Menier
925a05ff5f #356 IFlurlClientFactory.ConfigureClient 2018-07-27 15:58:20 -05:00
Todd Menier
f6b9f1d850 upgrade Flurl and Json.NET dependencies in Flurl.Http 2018-07-27 11:27:18 -05:00
Todd Menier
924972487b #329 dispose HttpResponseMessage whenever possible, fix case of body being unavailable in exception when parsing error occurs 2018-07-27 11:10:12 -05:00
Todd Menier
74c40c1bcc
Merge pull request #350 from tmenier/dev
Flurl 2.8
2018-07-22 14:55:26 -04:00
Todd Menier
832dd3ff61 version bump 2018-07-22 11:15:17 -05:00
Todd Menier
6c69d1bef3 #337 Url.Equals 2018-07-20 17:19:38 -05:00