Looking for an `x-forwarded-for` Parser in Effect Library
Has anyone written a parser for
Something like this: https://github.com/jshttp/forwarded/blob/85faa8b6e378763a8869bdae0a7a749e6ff15b39/index.js#L59-L82
Context: in a server, I want to get the user's IP, which I understand is the last value of
x-forwarded-for in Effect? Something like this: https://github.com/jshttp/forwarded/blob/85faa8b6e378763a8869bdae0a7a749e6ff15b39/index.js#L59-L82
Context: in a server, I want to get the user's IP, which I understand is the last value of
x-forwarded-for.