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.
API を Seaside Web アプリケーションに追加する簡単な方法はありますか?たとえば、ユーザーがいくつかのプレーンテキスト フィールドを含む新しいレコードを送信できるようにする方法はありますか? (RESTが理想的です)
WARequestHandler をサブクラス化し、#handleRequest: をオーバーライドして、書き込みたいものを含む WAResponse のインスタンスを返します。これはストリームです。