Skip to content

aadillion/personal-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-http-proxy

Personal Http Proxy:

CURL of the Request:

curl --location --request POST 'localhost:8090/proxy' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "https://google.com",
    "method": "GET",
    "headers": {
        "authorization": "token"
    }
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages