Skip to content

Simple GUI to convert Charles headers to golang's default http client (net/http)

Notifications You must be signed in to change notification settings

TAJ4K/Charles-to-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Charles-to-Go

Simple GUI to convert Charles headers to golang's default http client (net/http)

Usage

  1. Compile code to a binary, go build -ldflags -H=windowsgui is reccomended in order to not show the CLI
  2. After opening the exe, copy the headers from the Charles request data and simply click the Convert! button
  3. BAM, your clipboard is now formatted as req.Header.Set("a", "b") for easy pasting into your project

About

Simple GUI to convert Charles headers to golang's default http client (net/http)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages