View Source edb_dap_parse (edb v0.4.0)
Support for parsing of request arguments, etc
Summary
Types
-type field_parser() :: value_parser() | {optional, value_parser()}.
-type parser(T) :: fun((term()) -> {ok, T}).
-type template() :: #{atom() => field_parser()}.