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.
import hug something = {'foo': 'bar'} @hug.put('/') def update_something(): something['foo'] = <value_of_bar_from_http_put_request>
更新できるようにプットデータにアクセスするにはどうすればよいsomethingですか? これとこれを調べましたが、何も見つかりませんでした。
something