Taking full advantage of HTTP status codes
The idea is to define all the common HTTP status codes and how they relate to blossom endpoints. This has kind of been an unspoken rule for too long that clients and servers should follow HTTP but its much better to actually define it in the blossom spec.
#asknostr I would appropriate lots of feedback on this since its a big change. although its not a breaking change
GitHub
Add specific status codes to endpoints for clarity by hzrd149 · Pull Request #98 · hzrd149/blossom
The goal of this PR is to get specific about the HTTP codes that can be returned from all endpoints. this should help with interoperability between...