385 Commits

Author SHA1 Message Date
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
Todd
8d3749ea78 version bump 2020-08-07 15:07:32 -05:00
Todd
2b136ebf31 cookie validation for __Host- and __Secure- prefixes 2020-08-07 14:39:38 -05:00
Todd
c886fc4a90 sort cookies in header according to RFC 2020-08-07 14:01:31 -05:00
Todd
6e504ef514 a couple related method renames 2020-08-07 13:31:22 -05:00
Todd
5f59f4f071 cookies, headers, and new collection types (#541) 2020-08-07 09:56:04 -05:00
Todd
b2658232c4 #506 cookie tweaks, mostly validation & tests 2020-07-29 17:34:39 -05:00
Todd
7f8d5ed248 some refactoring 2020-07-27 16:42:08 -05:00
Todd
fa4e0bbad0 #506 eliminate remaining uses of CookieContainer 2020-07-26 22:43:56 -05:00
Todd
bb710c9028 #538 possible future enhancement 2020-07-26 10:43:12 -05:00
Todd
b6063722ac #506 add CookieJar.Clear 2020-07-26 10:42:41 -05:00
Todd
6897af2216 #506 shoring up cookie tests 2020-07-24 14:27:17 -05:00
Todd
331b262c46 #506 sync request cookies to Cookie header on demand 2020-07-24 11:19:57 -05:00
Todd
fb4d0555ef #506 eliminate CookiesEnabled setting 2020-07-24 10:58:34 -05:00
Todd
a7a014047e #506 cookie overhaul 2020-07-23 15:47:38 -05:00
Todd
d278275acb #506 cookie tweaks
FlurlRequest.Cookies and FlurlResponse.Cookies more accurately reflect the actual data sent/received in that specific request
2020-03-28 13:52:11 -05:00
Todd
4724c709dc #508 more test asserts for headers, cookies 2020-03-28 13:48:19 -05:00
Todd
f399b91272 for thread safety, back Headers and Cookies with ConcurrentDictionary 2020-03-28 08:05:36 -05:00