api-client/components/http
Liyas Thomas 2972ac6328
Support multipart/form-data content-type (#1485)
* Initial UI refactor - move raw and key-value body to components and tabs

* Delete package-lock.json

* deps

* Add multipart/form-data as a content type

* fix: add default contentType value

* Allow http body param request body with multipart/form-data

* Add form data to vuex

* move raw body components to 'Raw Request Body' tab

* Add files addition logic

* Set Dockerfile to run nuxt in dev mode

* Set Dockerfile to run nuxt in dev mode

* Draft version of file upload

* refactor: clean up

* Add file chip to denote file input

* Remove console.log

* refactor(ui): matching styles

* refactor(ui): matching styles

* fix(ui): mobile responsiveness

* fix(ui): mobile responsiveness

* refactor: minor cleanup

* Remove file from any form of persistence

* Add warning that form data files will not be saved to local storage

* Add remove file functionality

* Prevent file from being saved to collections

* Remove console.log

* fix active toggle on multipart/form-data + cleanup

* auto import components

Co-authored-by: nelsontky <nelson@ccb.wtf>
2021-02-19 22:31:31 +05:30
..
codegen-modal.vue chore(refactor): removed absolute codes 2020-12-17 15:30:02 +05:30
http-body-parameters.vue Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
http-headers.vue feat: input toggle for parameters and headers (#1388) 2020-12-28 06:02:41 +05:30
http-parameters.vue fix: encoding parameters twice effecting codegen - fixed #1437 2021-01-24 07:42:07 +05:30
http-raw-body.vue Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
http-response-meta.vue Accurate response time and size (#1441) 2021-01-28 13:09:31 +05:30
http-response.vue Accurate response time and size (#1441) 2021-01-28 13:09:31 +05:30
import-curl.vue fix: broken import cURL #1159 2020-12-30 18:43:56 +05:30
notes.vue chore(refactor): modern UI 2020-12-11 22:24:34 +05:30
token-list.vue chore(refactor): removed absolute codes 2020-12-17 15:30:02 +05:30