Update the example with https://mirage.io/
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
This commit is contained in:
parent
8b7a8fb528
commit
ab520b4c3e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ open Lwt.Infix
|
||||||
|
|
||||||
module Make (HTTP_client : Http_mirage_client.S) = struct
|
module Make (HTTP_client : Http_mirage_client.S) = struct
|
||||||
let start http_client =
|
let start http_client =
|
||||||
Http_mirage_client.one_request http_client "https://google.com/"
|
Http_mirage_client.one_request http_client "https://mirage.io/"
|
||||||
>>= function
|
>>= function
|
||||||
| Ok (resp, body) -> ...
|
| Ok (resp, body) -> ...
|
||||||
| Error _ -> ...
|
| Error _ -> ...
|
||||||
|
|
Loading…
Reference in a new issue