Public vals
167
tmcw
z85example
Script
z85 example The z85 encoding is similar to the Ascii85 encoding. They're both ways to encode binary data as strings, but with different limitations and strengths. Base64 is a more common way to encode strings, but z85 and Ascii85 use more characters and can thus be a little more efficient - but at the cost of including characters that might be dangerous to use in some contexts. For example, Ascii85 includes the \ character, which is used for character escapes in many contexts.
0
tmcw
pekoExample
HTTP
peko This is an example of using the tiny peko example with Val Town - it's a small router that lets you build web apps using the standard Request & Response objects. Peko just provides routing - matching URLs with functions - and lets you create your own Response object. Server examples Hono Peko Itty Router Nhttp
0
tmcw
sendFiveHundred
Script
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
0