Sha256: 6347a8f76db46cbcbed41f793044d53e853297baeb47be98a9f37e12f49c8834
Contents?: true
Size: 673 Bytes
Versions: 5
Compression:
Stored size: 673 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Interaction Example: Get files</title> </head> <body> <h2>Simple Link Examples</h2> <ul> <li><a href="get-files.html">get-files.html</a></li> <li><a href="create-files.html">create-files.html</a></li> <li><a href="delete-files.html">delete-files.html</a></li> <li><a href="list-files.html">list-files.html</a></li> </ul> <h2>GET Method Example</h2> <form action="get-files.html" method="GET"> <input type="hidden" name="pione-action" value="get" /> <button type="submit">get get-files.html by GET method</button> </form> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems