pipalacademy / feather-python-runtime

Python runtime for Feather
MIT License
0 stars 0 forks source link

Accept args as headers #6

Closed nikochiko closed 2 years ago

nikochiko commented 2 years ago

Accept arguments as headers. The header name should be "x-feather-args" I'm not sure what would be a good separator for multiple args. Space would cause some issues when we want one of the args to contain spaces. Maybe we can urlencode each of the words before passing, or use a different separator altogether and have a better way to take input on frontend.

For now, I am using spaces as a separator to not spend much time on decision-making here, but it should be better than that.