Skip to content

al2sara/ReqMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReqMake

Advanced HTTP Request Maker

Features

  • Full support for GET, POST, PUT, PATCH, DELETE, OPTIONS methods.
  • HTTP/s, Socks4, Socks5 proxy support.
  • Custom request headers - body.
  • Custom content type.
  • Output received headers and body.
  • Easy to understand code, well-explained functions.

Images

alt text

Todo

  • Custom cookie support. (you can use custom headers for now.)
  • Multipart support.

Used Libraries

Leaf.xNet - An amazing HTTP Library for C#