██╗ ██╗ ██╔╝ ██║ ██╔╝ ██║ █████╗ █████╗ ╚██╗ ╚═╝ ╚════╝ ╚════╝ ╚██╗ ██╗ ╚═╝ ╚═╝ To create a paste, POST to / $ cat main.rs | curl --data-binary @- https://0x3c.net To retrieve a paste, GET to // $ curl https://0x3c.net/vxcRz # this app's source $ curl https://0x3c.net/vxcRz/rs # this app's source (rust syntax) To replace a paste, PUT to // $ echo "Hello World" | curl -X PUT --data-binary @- \ > https://0x3c.net/vxcRz/a7772362cf6e2c36 To delete a paste, DELETE to // $ curl -X DELETE https://0x3c.net/vxcRz/a7772362cf6e2c36 For help and a shortcut alias, visit https://0x3c.net/help