Created
September 15, 2013 06:18
-
-
Save ThomasLocke/6568446 to your computer and use it in GitHub Desktop.
Using the Ada Web Server (AWS), part 2 -snippet 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Hello_World_Template | |
| (Request : in AWS.Status.Data) | |
| return AWS.Response.Data | |
| is (AWS.Response.File (AWS.MIME.Text_Plain, | |
| "templates/hello_world.tmpl")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment