HTTP types: headers, status codes, methods, bodies, MIME types
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 14 14 15 15 <!-- $MDX skip --> 16 16 ```sh 17 - $ opam install http 17 + $ opam install nox-http 18 18 ``` 19 19 20 20 If opam cannot find the package, it may not yet be released in the public ··· 24 24 ```sh 25 25 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 26 $ opam update 27 - $ opam install http 27 + $ opam install nox-http 28 28 ``` 29 29 30 30 ## Modules