y icon indicating copy to clipboard operation
y copied to clipboard

Add an http module

Open bendmorris opened this issue 6 years ago • 1 comments

Since Y has no source code, maybe it could just shell out to curl.

bendmorris avatar Jun 26 '19 01:06 bendmorris

The most succint implementation I can think of is a server with exactly two endpoints:

  • y
  • y_not

Each endpoint will produce a 301 that redirects to the other.

SanderMertens avatar Jul 02 '19 01:07 SanderMertens