This tool can help Python programmers quickly process browser message headers
Pychram plugin https://plugins.jetbrains.com/plugin/18299
- Help you quickly format the headers or cookies text copied from browser to Python dictionary format
- Compatible with Google Chrome, Firefox, fiddler, or other possible format text
- Copy the header in the browser. When you paste it in pychram, the plugin automatically formats the python dictionary form and paste it into the cursor selection area
- (Recommend) You can choose to use shortcut keys, and only need to set up in pychram Settings > Keymap > Plugins. Note: default shortcut keys may not be available
- Right click in the code edit area. You can see the options added to the plugin. Click headers or cookies to automatically format the corresponding content
If you want to format the text in the pychram code edit area, choose the mouse directly and format it. If you want to format the code at the paste plate to replace the selection code, do not do it directly, because the text in the default code area has a higher priority. You should first delete it and paste it again.
MIT © bitjerry
2021/12/31 Mr.lin