Nicolas Martyanoff on Nostr: nprofile1q…d579c In YAML, the status code is an optional entry that defaults to ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqn8dacl5t77z5mw2dlnks4ugpc5a3l8qjcdkxnkgl8dnm43ephpkq0d579c (nprofile…579c) In YAML, the status code is an optional entry that defaults to 200. With the new configuration, I cannot really have the same thing, it's either "reply <status>" or "reply <status> <body>".
I can also support a short version (single entry "reply <status> <body>") and a detailed one:
reply {
status <status>
reply <body>
}
In which case status would be optional.
Language design is hard.
I can also support a short version (single entry "reply <status> <body>") and a detailed one:
reply {
status <status>
reply <body>
}
In which case status would be optional.
Language design is hard.