Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 517 Bytes

Dymo

OpenFaaS

A simple domain name reversal function.

Invoke the function

$ curl https://rgee0.o6s.io/dymo -d 'rgee0.o6s.io'
io.o6s.rgee0

The function will also accommodate http:// and https:// schemes:

$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io'
io.o6s.rgee0

And strip tailing paths:

$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io/dymo/makes/labels'
io.o6s.rgee0