libetl / local-traffic

tiny reverse-proxy made with typescript
The Unlicense
7 stars 1 forks source link

refactoring (https becomes one protocol among others) #416

Closed libetl closed 3 weeks ago

libetl commented 2 months ago

I believe that https is only one of the possible options for responding to an incoming request. We're getting more options : file, static page, data urls, and maybe more to come (s3 for example ?)

We should work to make the https request type become just an option.