changeset 89:de4ce9ce1cc1

Added documentation on posting with gzip.
author Edho Arief <edho@myconan.net>
date Tue, 06 Nov 2012 11:16:47 +0700
parents 0f206bd4924f
children d100218b96c9
files README.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Nov 06 11:14:32 2012 +0700
+++ b/README.md	Tue Nov 06 11:16:47 2012 +0700
@@ -25,3 +25,7 @@
 Pasting from CLI:
 
     ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-'
+
+Or with gzip to save bandwidth:
+
+    ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-'