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.
16 lines
326 B
16 lines
326 B
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 |