Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Light Proxy

Start

npm start

Usage example

http_proxy='127.0.0.1:3000' curl 'http://www.google.com.ua/?gfe_rd=cr&ei=dghVV4LSGrCt8we1yJbABg'

Workflow

  1. On first request proxy create cache.txt for caching

    1. Send request with url
      1. Write response to cache
      2. Send response to requester
  2. On second request will response with body from cache and send request

    1. Send response to requester from cache
    2. Send request with url
      1. Write response to cache

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages