We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8732acc commit 6b5ad04Copy full SHA for 6b5ad04
websocket/encoder-programmatic/src/main/webapp/index.jsp
@@ -50,14 +50,14 @@
50
51
</head>
52
<body>
53
- <h1>WebSocket - Encoder and Decoder</h1>
+ <h1>WebSocket : Encoder and Decoder in Programmatic Endpoint</h1>
54
55
+ Type some JSON in the text box and click on "Echo JSON".<br/><br/>
56
<div style="text-align: center;">
57
<form action="">
58
<input onclick="echoJson()" value="Echo JSON" type="button">
59
<input id="dataField" name="name" value="{}" type="text"><br>
60
</form>
- <p/>Type some JSON in the text box and click on "Echo JSON".<p/>
61
</div>
62
<div id="output"></div>
63
0 commit comments