Skip to content

daifu024/Headers

 
 

Repository files navigation

Headers

CN APM

This tool can help Python programmers quickly process browser message headers
Pychram plugin https://plugins.jetbrains.com/plugin/18299

demonstration

Video_2021-12-31_185027

Features

  1. Help you quickly format the headers or cookies text copied from browser to Python dictionary format
  2. Compatible with Google Chrome, Firefox, fiddler, or other possible format text

Usage

  1. 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
  2. (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
  3. 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

Note

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.

License

MIT © bitjerry

2021/12/31 Mr.lin

About

pychram plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%