mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-01-29 04:44:54 -05:00
disable the mdx test
This commit is contained in:
parent
ab39f4cbdc
commit
1d176da7e6
1 changed files with 2 additions and 1 deletions
|
|
@ -49,8 +49,9 @@ Using `ezcurl-lwt`, a module `Ezcurl_lwt` becomes available, with
|
|||
functions that are similar to the ones in `Ezcurl` but are non blocking.
|
||||
This makes it easy to run several queries in parallel:
|
||||
|
||||
```ocaml
|
||||
```ocaml, skip
|
||||
# #require "ezcurl-lwt";;
|
||||
|
||||
# let urls = [
|
||||
"https://en.wikipedia.org/wiki/CURL";
|
||||
"https://en.wikipedia.org/wiki/OCaml";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue