HTTP server connecting to a single Markov chain
https://flanchan.moe/markov/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril
a4fd1ddfbb
|
4 years ago | |
---|---|---|
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README | 4 years ago | |
TODO | 4 years ago | |
default | 4 years ago | |
markov.toml | 4 years ago |
README
HTTP server connecting to a Markov chain Feeding: # PUT /put Request body is fed to the chain NOTE: Strings fed to the chain must be valid UTF-8 and below 16 KB in size Generating: # GET /get Generate a string from the chain # GET /get/<number> Generate <number> strings from the chain NOTE: Number must be lower than 256