aisk/vox

Support param type in path parameters

aisk opened this issue · 1 comments

aisk commented

like /xxx/{age:int32} .

Some discussions:

  • what types should be supported?
  • what if parameter doesn't match the type? Left it panic or non-match?