liuxiran commented on issue #835: URL: https://github.com/apache/apisix-dashboard/issues/835#issuecomment-732333136
### Update the page prototype  --- ### development plan 1. Support HTTP protocol first. Request processing reference: https://github.com/hoppscotch/hoppscotch/blob/95fe10b31262133810e2ee29a705fbfe757b4fc3/pages/index.vue#L1941 1. request params support: query params, body params, header params and authentications. Authentications reference: https://github.com/hoppscotch/hoppscotch/blob/95fe10b31262133810e2ee29a705fbfe757b4fc3/pages/index.vue auth related content 1. Use `codemirror` to do the display of response body 1. Refer to the UE of postman's parameter input to implement the input of request params.  PS: Other protocols supported by APISIX, such as websocket and gRPC, are needed for supplementary design. I prefer to open new issues to discuss and degin them after the http protocol completed😊, Considering adding tabs to extend the current debug page. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
