totaljs / framework4

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

I want to send Body to GET in ROUTE & REQUET. #31

Closed KangGeunSu closed 2 years ago

KangGeunSu commented 2 years ago

I want to send Body to GET in ROUTE & REQUET.

The test failed.

Is there any possible way?

petersirka commented 2 years ago

body isn't possible to send with GET method :-(

KangGeunSu commented 2 years ago

Thank you!

Have a nice day~ :)

petersirka commented 2 years ago

@KangGeunSu I forgot - maybe with the REQUEST() you can send body via GET method, but Total.js doesn't handle it.