The -H '{"Host": "my.api.com", "X-Meeshkan-Scheme": "https"}' construction does not work for me with curl, replace with -H "Host: "my.api.com" -H "X-Meeshkan-Scheme: https" which does.
Fix typo X-Meeshkan-Schema => X-Meeshkan-Scheme.
Use dash instead of underscores in parameters (--admin_port => --admin-port and similar).
Fix help text for the -r, --header_routing parameter to the mock command to say header routing, not path routing.
-H '{"Host": "my.api.com", "X-Meeshkan-Scheme": "https"}'
construction does not work for me with curl, replace with-H "Host: "my.api.com" -H "X-Meeshkan-Scheme: https"
which does.X-Meeshkan-Schema
=>X-Meeshkan-Scheme
.--admin_port
=>--admin-port
and similar).-r, --header_routing
parameter to the mock command to say header routing, not path routing.tools.meeshkan_server.server.callbacks.callback
=>meeshkan_server.server.callbacks.callback
.Note that SERVER.md has not been updated, as it has been deleted in https://github.com/meeshkan/meeshkan/pull/82.