Skip to content

Commit

Permalink
add missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijaga committed May 17, 2022
1 parent ded4a89 commit 5fcf977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ A http request parser for parsing url, search query, headers and form data.
}
}
};
func htmlPage(name: Text): Text {
"<html><head><title> http_request </title></head><body><h1> Hello, " # name # "! </h1></body></html>"
};
```

Check out the data types [documentation](./docs.md) for supported fields and methods

0 comments on commit 5fcf977

Please sign in to comment.