totaljs / framework4

Total.js framework v4
https://www.totaljs.com
Other
99 stars 36 forks source link

ROUTE flag Custom Content-Type #17

Closed KangGeunSu closed 3 years ago

KangGeunSu commented 3 years ago

Hello

I am trying to receive OneM2M data.

The Content-Type of OneM2M is application/vnd.onem2m-ntfy+xml;charset=UTF-8.

Which flag should I use to receive?

The only way to ignore content-type is raw?

petersirka commented 3 years ago

Hi @KangGeunSu, I forgot to answer. Yes, you need to use raw route.

KangGeunSu commented 3 years ago

@petersirka Okay, thank you