We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6534a commit ba4a99fCopy full SHA for ba4a99f
src/Http.re
@@ -1,7 +1,6 @@
1
type http = [ | `Http];
2
3
-type headers =
4
- pri {
+type headers = {
5
accept: option(string),
6
[@bs.as "accept-language"]
7
acceptLanguage: option(string),
0 commit comments