The Ice Cream Shop
Process HTML form data using custom HTTPparam module
You are using the GET method
GET params: {'firstname': 'Sam', 'hello': 'world'}
POST params: {}
All params: {'firstname': 'Sam', 'hello': 'world'}
Param: hello= world
Param: firstname= Sam
Element Name | Element Value |
firstname | Sam |
hello | world |