{"id":13580013,"url":"https://github.com/baverman/vial-http","last_synced_at":"2025-04-05T23:10:58.415Z","repository":{"id":34016036,"uuid":"37772930","full_name":"baverman/vial-http","owner":"baverman","description":"Simple http rest tool for vim","archived":false,"fork":false,"pushed_at":"2024-05-28T08:38:36.000Z","size":184,"stargazers_count":411,"open_issues_count":12,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T22:07:09.183Z","etag":null,"topics":["http","http-client","rest-client","vim"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baverman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-20T14:37:36.000Z","updated_at":"2024-05-31T09:33:59.000Z","dependencies_parsed_at":"2024-05-28T10:47:24.755Z","dependency_job_id":"269181cd-c548-4eb8-a729-65e500a2cfab","html_url":"https://github.com/baverman/vial-http","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baverman%2Fvial-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baverman%2Fvial-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baverman%2Fvial-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baverman%2Fvial-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baverman","download_url":"https://codeload.github.com/baverman/vial-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411235,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","http-client","rest-client","vim"],"created_at":"2024-08-01T15:01:46.056Z","updated_at":"2025-04-05T23:10:58.393Z","avatar_url":"https://github.com/baverman.png","language":"Python","readme":"# vial-http\nAwesome http REST tool for vim\n\n[Templates](doc/tutorial.rst#handle-state-via-templates) in action:\n![templates](img/templates.gif)\n\n\n## Features:\n\n* Intuitive syntax mimics HTTP protocol\n* Templates to capture state\n* Response and connection times in status line\n* Automatic json request body detector\n* Automatic json/xml response formatter\n* Separate buffers for response body, response headers and request\n* DRY\n* Support for HTTP basic auth\n* Support for ssl client certificates\n\n\n## Install\n\nvial-http is pathogen friendly and only requires vial to be installed:\n\n    cd ~/.vim/bundle\n    git clone https://github.com/baverman/vial.git\n    git clone https://github.com/baverman/vial-http.git\n\nor for Plug:\n\n    Plug 'baverman/vial'\n    Plug 'baverman/vial-http'\n\nNote: vim should be compiled with python or python3 support.\n\n\n## Docs\n\nYou need following options in your vimrc:\n\n    set hidden\n    filetype plugin on\n\n`hidden` must be set because Vial-Http uses non-file temporary offscreen\nbuffers with response content and without `hidden` they will be empty.\n\n`filetype plugin on` needed for default keymap working.\n\nKeymap:\n\n* `\u003cleader\u003e\u003ccr\u003e` executes request line under the cursor\n* `\u003cc-k\u003e`/`\u003cc-j\u003e` cycle throw response/request/response headers windows\n\nCommands:\n\n* `:VialHttp` executes request line under the cursor\n* `:VialHttpBasicAuth [username]` makes `Authorization` header\n\n[Tutorial](doc/tutorial.rst)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaverman%2Fvial-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaverman%2Fvial-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaverman%2Fvial-http/lists"}