comparison README.md @ 89:de4ce9ce1cc1

Added documentation on posting with gzip.
author Edho Arief <edho@myconan.net>
date Tue, 06 Nov 2012 11:16:47 +0700
parents f43b4d5400ac
children 7a514c733e6c
comparison
equal deleted inserted replaced
88:0f206bd4924f 89:de4ce9ce1cc1
23 ---- 23 ----
24 24
25 Pasting from CLI: 25 Pasting from CLI:
26 26
27 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' 27 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-'
28
29 Or with gzip to save bandwidth:
30
31 ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-'