Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dajaxiceでは、すべてがPOSTであるように見えます。GETとPOSTを混同するのは良い習慣ではないことを読みましたが、どちらをいつ使用するかはわかっていると思います。
では、DajaxiceでGETリクエストを指定するにはどうすればよいですか?
あなたはここでそれを見ることができます
GETメソッドは登録デコレータで定義されています。
@dajaxice_register(method='GET')