Skip to content

Commit

Permalink
Merge pull request #147 from wmealing/master
Browse files Browse the repository at this point in the history
Ensure that readme provides working demo.
  • Loading branch information
EvandroLG authored Aug 20, 2024
2 parents 5adc7df + ee0a9b7 commit 0872af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ local server = pegasus:new({ port='9090' })

server:start(function (req, rep)
rep:addHeader('Date', 'Mon, 15 Jun 2015 14:24:53 GMT'):write('hello pegasus world!')
return rep:close()
end)
```

Expand Down

0 comments on commit 0872af4

Please sign in to comment.