Skip to content

iPhantasmic/requestr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requestr

license

requestr is an HTTP request library, made for exploit writing. It seeks to simplify HTTP requests in Golang by eliminating boilerplate code.

As a goal for myself, I set out to work towards the OSWE certification completely in Golang (because I loved it that much). However, it made me realise how overly verbose making requests in Golang was, and so this package was born.

It is currently still a WIP, and requires much more refactoring and abstractions for it to become what I envision it should be.

Installation

go get -u github.com/iPhantasmic/requestr

TODO:

  1. Abstract HTTP Auth
  2. Abstract POST request types
  3. Better Cookie handling

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages