Advertisement
andersonalmada

Untitled

Jul 15th, 2022
1,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2.    pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <meta charset="UTF-8">
  7. <title>Mandacaru</title>
  8. </head>
  9. <body>
  10. <h2>Webservice REST</h2>
  11. /api<br>
  12. <h3 style="text-indent:20px;">Resource</h3>
  13. <p style="text-indent:20px;">/products</p>
  14.     <h3 style="text-indent:40px;">For search by name:</h3>
  15.     <p style="text-indent:40px;">/search?name={name}</p>
  16. </body>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement