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.

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+11 -1
+11 -1
lib/dune
··· 1 1 (library 2 2 (name http) 3 3 (public_name nox-http) 4 - (libraries logs ptime eio json cstruct magic-mime base64 nox-crypto-rng uri fmt)) 4 + (libraries 5 + logs 6 + ptime 7 + eio 8 + json 9 + cstruct 10 + magic-mime 11 + base64 12 + nox-crypto-rng 13 + uri 14 + fmt))