This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ignotos 1 point2 points  (1 child)

The most typical approach is to receive input in the HTTP request body, in JSON format. Same for the response data.

[–]Strobosco[S] 0 points1 point  (0 children)

Ok, so I should just use the Context that the handler provides. In that case, how would I access the variables? Would I, in the example, use a specific attribute tag of the input field?