ocaml-requests: extend MDX coverage to lib/{features,h1,oauth,parsing}/*.mli
Adds (mdx ...) stanzas to each subdir dune file (per-dune is the only
working unit; dune-mdx (files ...) doesn't recurse).
Examples rewritten as executable specs: top-level construction +
asserts where the API is pure (parsing/link, oauth/oauth config,
features/auth/cache/proxy/retry); let-run for genuine side effects
(h1/http_write Buf_write, features/proxy_tunnel TCP, features/signature
Eio clock).