Pavel Kalandra
Pavel Kalandra
# Problem/Motivation > Hey, starting yesterday, the NGINX doesn't seem to be working for me. I use it as a proxy from public network to my internal services within my...
We should take a look if implementing the Dispose pattern on some of our classes would make the library easier to use.
All libraries should expose the content of - The request sent to the server - The response received from the server. So that the users can use that data.
Just like Try.Aggregate except with options. if all options have value, return an option with all the values. I would expect 2 overloads: - One returning a tuple of all...