385 Commits

Author SHA1 Message Date
Todd
2afbce9ae3 target framework updates 2022-05-27 12:58:26 -05:00
Todd
8da4b82ecf #606 tweaks (be a little more forgiving of null) 2022-05-20 11:33:47 -05:00
Todd
82ddf012d5 bump to full release versions 2022-05-20 06:51:19 -05:00
Todd
99b9948c35 flurl.http prerelease - forgot to bump flurl dependency 2022-05-18 17:16:57 -05:00
Todd
6e819e5a69 Revert "what does embedding symbols do to package size?"
This reverts commit bb4b10fc78db216294dcf41bcc7f7632815552da.
2022-05-18 16:31:44 -05:00
Todd
bb4b10fc78 what does embedding symbols do to package size? 2022-05-15 10:03:31 -05:00
Todd
ec1b3d0139 prerelease to test #601 (symbols) 2022-05-15 09:20:15 -05:00
Todd Menier
b38ee2a6d7
Merge pull request #628 from gitfool/gh601
GH601: Enable snupkg symbol packages
2022-05-13 21:30:45 -05:00
Todd
d6f3bcc4b9 #623 trim header values 2022-05-13 14:22:07 -05:00
Todd
a03c8baad2 #606 GetStringAsync, return empty when Content is null 2022-05-13 13:21:09 -05:00
Todd
a6ea4724c9 version bumps 2022-04-25 16:58:18 -05:00
Todd
ae633b458e simplify SimulateTimeout by using SimulateException 2022-04-25 16:17:36 -05:00
Todd
78bbcd4a2d Merge remote-tracking branch 'origin/dev' into dev 2022-04-25 14:04:21 -05:00
Todd
6cb3fac2bb #672 regression bug with IEnumerable -> query string 2022-04-25 14:04:09 -05:00
Kyle Alexander
7b39957b1b rtemove unneeded using 2022-02-17 14:00:10 +00:00
Kyle Alexander
dc2b74ed2f Added an http test method allowing any exception to be raised when a request is made. For the purpose of allowing tests of socket exception and other http exception that can be raised when making an http call 2022-02-17 13:57:39 +00:00
Todd
43817ac24e version bumps 2022-01-26 20:00:17 -06:00
Todd
83101bcbe9 #669 bug setting query params w/ nullable props 2022-01-26 19:57:05 -06:00
Todd
05f5707ee3 version bumps 2022-01-22 11:48:18 -06:00
Todd
d93af235ad Merge remote-tracking branch 'origin/dev' into dev 2022-01-22 11:42:59 -06:00
Todd Menier
0a301eb7d4
Merge pull request #626 from tranb3r/fix-611
#611 add CapturedMultipartContent constructors
2021-11-04 14:12:38 -05:00
Todd
2249bb30fa #632 2021-10-11 21:01:35 -05:00
Wrexbe
25f324d900 #656 QueryParams contains bug 2021-10-10 11:19:00 -07:00
Brandon Foss
9a49d8a706 Updates flurl to be more thread safe. 2021-08-05 17:04:37 -07:00
Todd
a67bdffcd7 #641 SetQueryParams null/empty bug 2021-07-30 12:33:46 -05:00
Todd
fa1be9848c #571 2021-07-17 11:53:39 -05:00
Todd
fcb913a752 #636 wrong doc filename 2021-07-09 11:22:21 -05:00
Sean Fausett
6d4b4077b0 Enable deterministic builds 2021-05-10 10:49:17 +12:00
Sean Fausett
785da527d0 Enable snupkg symbol packages 2021-05-10 10:31:14 +12:00
tranb3r
605d200a26 #611 add CapturedMultipartContent constructors 2021-05-04 22:21:44 +02:00
Todd
0affa6eca9 version bumps 2021-05-04 12:37:58 -05:00
Todd Menier
60c08b91af
Merge pull request #624 from tmenier/596-test-url-matching
#596 testing - don't require trailing * to match URL with query
2021-05-04 12:04:58 -05:00
Todd
f9d930b832 #594 don't URL-encode cookie values 2021-05-02 20:29:49 -05:00
Todd
be6839cc99 target framework tweaks 2021-04-29 11:24:40 -05:00
Todd Menier
974f27b5d5
Merge pull request #617 from SiCoe/dev
Include TargetFramework net472 for Flurl and Flurl.Http
2021-04-29 09:51:57 -05:00
Todd Menier
6009590200
Merge pull request #593 from AeonLucid/fix/redir-without-scheme
Fix redirection when scheme is missing
2021-04-28 13:58:42 -05:00
Todd
b089fb89f2 #596 testing - don't require trailing * to match URL with query 2021-04-28 09:25:18 -05:00
Todd
e24ff982e6 #603 trim final url 2021-04-27 16:51:53 -05:00
Todd
05d0a311c3 #609 bug when appending just a slash 2021-04-27 15:23:20 -05:00
Todd
a3c9593643 #583 2021-04-27 12:43:47 -05:00
Todd
ff9727d516 #620 SetQueryParams encoding bug when string passed as object 2021-04-27 11:23:50 -05:00
Simon Coe
6e9bbb0456 Include TargetFramework net472 for Flurl and Flurl.Http
System.ValueTuple NuGet package is not required for projects targetting net472 or above.
2021-04-19 11:14:59 +01:00
Todd
5f3b0fb30a undoing a few specifics in #608 2021-03-19 16:45:16 -05:00
Todd
b7996a2d1a #608 redirect enhancements 2021-03-13 16:12:49 -06:00
tranb3r
8c94c19101 #602 cookie received from redirect response should be added to cookiejar 2021-03-03 13:47:45 +01:00
AeonLucid
ec6c9ea2ea Fix redirection when scheme is missing 2021-01-24 22:50:07 +01:00
Todd
fb2c7314e5 version bumps 2020-12-14 13:19:04 -06:00
Todd
7eaa57a10a #580 CapturedMultipartContent shouldn't lose parts when sent 2020-12-14 12:57:44 -06:00
Todd
b5716f3f1e #565 FlurlHttpException.StatusCode shortcut 2020-12-14 11:37:14 -06:00
Todd
598e88e301 #579 better null handling in exceptions 2020-12-14 11:21:42 -06:00