-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port HttpClient v0 - v4 to F# #3246
Port HttpClient v0 - v4 to F# #3246
Conversation
@pbiggar I'm seeing a number of HttpClient fns (both v5 and legacy) whose |
Yes, you can make them NotQueryable, thanks! |
e88ed86
to
e5401cf
Compare
898d29e
to
d8f04bc
Compare
This branch has now been caught up with latest on At this point, there are some remaining TODOs:
|
Additionally, it seems that CI won't run for my branch. Is that expected @pbiggar? |
I don't remember what circle does with forks but I'll take a look. Obviously we should make it run |
We no longer need the init function as this is done on the client now
This matches the OCaml code (where a `string` is actually just bytes)
It turns out there's a bug in the ocaml version where the error escapes to the top. If we were maintaining the OCaml we'd fix this, so let's fix it here.
No wonder all the tests were passing
f05126e
to
df1b174
Compare
Relates to #3242. WIP.
The legacy HttpClient versions (v0 - v4) need to be ported to F# for the great F# migration.