Building a HTTP Endpoint with Eclipse Vert.x

cescoffier
35.1K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

Retrieving parameters

Let's now extend our code to retrieve a parameter passed in the url (query). You can retrieve query parameters using the getParam method:

Retrieving query parameters
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content