Skip to content

mattkubej/goldilox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goldilox

Utility to roughly identify max header size via GET on a resource. Conducts a binary search across the provided range to reduce invocations on the specified resource.

Usage of ./goldilox:
  -chunkSize int
        size (bytes) to partition header into separate key/value paris (default 3000)
  -max int
        maximum header size (bytes) for tesing range (default 10000)
  -min int
        minimum header size (bytes) for tesing range (default 1)
  -url string
        url to send GET requests to (required)

About

Max request header size identifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages