From e2df3405898445b531015d410c4599318ab1aa67 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Nov 2018 10:21:42 -0500 Subject: [PATCH] extras: Update httpie config to 1.0.0 Note that this file is automatically formatted by httpie. To avoid formatting diffs, any changes you make should follow the format httpie uses. --- extras/.httpie/config.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/extras/.httpie/config.json b/extras/.httpie/config.json index 1d9b7bf6..3b9b5d22 100644 --- a/extras/.httpie/config.json +++ b/extras/.httpie/config.json @@ -1,10 +1,11 @@ { - "__meta__": { - "about": "HTTPie configuration file", - "help": "https://httpie.org/docs#config", - "httpie": "0.9.8" - }, - "default_options": [ - "--session-read-only", "~/.httpie/headers.json" - ] + "__meta__": { + "about": "HTTPie configuration file", + "help": "https://httpie.org/doc#config", + "httpie": "1.0.0" + }, + "default_options": [ + "--session-read-only", + "~/.httpie/headers.json" + ] }