For the complete documentation index, see llms.txt. This page is also available as Markdown.

Python

python3 -m http.server 9001

curl http://localhost:9001/file.txt --output file.txt
wget http://localhost:9001/file.txt 

Last updated