tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-requests
1
fork
atom
A batteries included HTTP/1.1 client in OCaml
1
fork
atom
overview
issues
pulls
pipelines
odoc
anil.recoil.org
2 months ago
196b8616
a8bd319d
+3
1 changed file
expand all
collapse all
unified
split
lib
requests.mli
+3
lib/requests.mli
···
890
890
891
891
(** {1 Supporting Types} *)
892
892
893
893
+
(** Uniform Resource Identifier handling (RFC 3986) *)
894
894
+
module Uri = Uri
895
895
+
893
896
(** HTTP status codes and reason phrases *)
894
897
module Status = Status
895
898