Skip to content

Commit

Permalink
Use http protocol to connect to services in localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Nymphium committed Mar 31, 2022
1 parent 1e9b72a commit 8e2e2fc
Show file tree
Hide file tree
Showing 5 changed files with 2,096 additions and 1,930 deletions.
4 changes: 4 additions & 0 deletions lib/aws.mli
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ module Util : sig
val option_all : 'a option list -> 'a list option
(** If all values in list are Some v, produce Some (list_filter_opt
list), else produce None. *)

val string_starts_with : string -> string -> bool
(** Judges whether s starts with prefix.
It is ported from stdlib in OCaml 4.13. *)
end

(** This module contains the V2 and V4 Authorization header AWS signature algorithm. *)
Expand Down
Loading

0 comments on commit 8e2e2fc

Please sign in to comment.