ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.3k stars 123 forks source link

[#152] Fix cURL/XML import missing '=' #155

Open jffhll opened 4 months ago

jffhll commented 4 months ago

Closes https://github.com/ArchGPT/insomnium/issues/152

Added a special case for xml in the curl parser along with a test and some small cosmetic cleanups.

Additionally, there seems to be some lint fixes that CI caught. Fixing those using the recommended change as per the logs. Whitespace changes are auto-changes by VSCode to improve readability.

jffhll commented 4 months ago

@archywillhe bump on this PR. Any chance we can get it reviewed?