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
|
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 |
|
Todd
|
18cf6b418c
|
#585
|
2020-12-13 22:56:35 -06:00 |
|
Todd
|
cd8b36c5e3
|
#586 bugginess with query and fragment in redirects
|
2020-12-13 22:26:27 -06:00 |
|
Todd
|
9979491571
|
#579
|
2020-12-13 17:38:16 -06:00 |
|
Todd
|
edcf60a62c
|
#582 url-encoding bug with dates
|
2020-12-10 17:10:47 -06:00 |
|
Todd
|
1185099d77
|
#568 don't add leading slash
|
2020-11-28 10:55:19 -06:00 |
|
Todd
|
9ce73ecab1
|
#573
|
2020-11-28 10:25:56 -06:00 |
|
Stano Peťko
|
e613d861e6
|
Fix parsing URL when original string has uppercase letters
|
2020-11-26 21:50:49 +01:00 |
|
Todd
|
f97a55b064
|
bump to 3.0 official!
|
2020-10-31 08:56:03 -05:00 |
|
Todd
|
df0064ea50
|
3.0-pre6 version bump
|
2020-10-24 13:30:47 -05:00 |
|
Todd
|
0125ac65d9
|
re-naming Flurl.Http.CodeGen -> Flurl.CodeGen
since it's used in both Flurl and Flurl.Http now
|
2020-10-24 13:30:12 -05:00 |
|
Todd
|
422b0486ef
|
#560 bug in default-path algorithm for cookies
|
2020-10-24 13:16:32 -05:00 |
|
Todd
|
ce480aa1aa
|
case sensitivity fixes for header and cookie names
|
2020-10-08 10:25:58 -05:00 |
|
Todd
|
24876c27e8
|
bump Flurl ref from Flurl.Http
|
2020-09-30 21:34:39 -05:00 |
|
Todd
|
48d0d73bf6
|
oops, bumped wrong one first
|
2020-09-30 21:33:14 -05:00 |
|
Todd
|
f75ce0527b
|
Flurl version bump
|
2020-09-30 20:56:29 -05:00 |
|
Todd
|
bbe13b7c24
|
misc tweaks
|
2020-09-30 20:50:22 -05:00 |
|
Todd
|
a6b8ede53a
|
receiving expired cookie deletes it from jar
|
2020-09-30 20:50:10 -05:00 |
|
Todd
|
f18472180f
|
#555 new collection type for QueryParams
|
2020-09-29 21:20:31 -05:00 |
|
Todd
|
09d2207bdd
|
#515 make content optional with PostAsync/PutAsync/PatchAsync
|
2020-09-28 18:45:04 -05:00 |
|
Todd
|
63f50b3342
|
#518
|
2020-09-28 17:31:43 -05:00 |
|
Todd
|
a8d540c272
|
#510 parsing bug with Uri + default port
|
2020-09-27 12:28:01 -05:00 |
|
Todd
|
f3551eace0
|
#485 ordinal string comparisons everywhere
|
2020-09-26 12:24:38 -05:00 |
|
Todd
|
7defe0cbb8
|
#452 exclude Content-Type header by default for multipart AddString
and related refactoring of CapturedStringContent constructors
|
2020-09-26 10:43:48 -05:00 |
|
Todd
|
77b29c4184
|
#553 drop GetHeaderValue, move some code around
|
2020-09-25 15:25:47 -05:00 |
|
Todd
|
41b1bc8f8b
|
store header values as strings instead of objects
|
2020-09-25 13:55:47 -05:00 |
|
Todd
|
63f61cb309
|
#544 target framework changes
|
2020-09-07 12:14:04 -05:00 |
|
Todd
|
09418e53a1
|
#550
|
2020-09-07 11:20:55 -05:00 |
|
Todd
|
fb92cee1b2
|
#543
|
2020-09-01 14:46:54 -05:00 |
|
Todd
|
9581e79b2e
|
#547 regression bug
|
2020-09-01 13:59:34 -05:00 |
|
Todd
|
8d930bb6cd
|
#488 tweaks
|
2020-09-01 12:53:43 -05:00 |
|
Todd
|
8bb9d0777f
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-09-01 12:14:41 -05:00 |
|
Todd
|
e1bb9ce84e
|
#488 bring back a couple FlurlHttpException shortcuts that were axed
|
2020-09-01 12:14:25 -05:00 |
|
Sean Fausett
|
ac27a6ef5a
|
Enable SourceLink with embedded PDB
|
2020-08-10 09:25:53 +12:00 |
|