Skip to content

Commit ba4a99f

Browse files
committed
make 'headers' record type public;
1 parent bd6534a commit ba4a99f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Http.re

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
type http = [ | `Http];
22

3-
type headers =
4-
pri {
3+
type headers = {
54
accept: option(string),
65
[@bs.as "accept-language"]
76
acceptLanguage: option(string),

0 commit comments

Comments
 (0)