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