Skip to content

Commit

Permalink
Update example .http
Browse files Browse the repository at this point in the history
  • Loading branch information
albyoo committed Feb 9, 2024
1 parent 43673a4 commit 3d4262d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Source/HtmlRenderer.Demo.Web.Api/HtmlRenderer.Demo.Web.Api.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
@HtmlRenderer.Demo.Web.Api_HostAddress = http://localhost:5181

GET {{HtmlRenderer.Demo.Web.Api_HostAddress}}/weatherforecast/
GET {{HtmlRenderer.Demo.Web.Api_HostAddress}}/Printer/Samplenames
Accept: application/json

###

GET {{HtmlRenderer.Demo.Web.Api_HostAddress}}/Printer/Print?name=Header
Accept: application/pdf

###

GET {{HtmlRenderer.Demo.Web.Api_HostAddress}}/Printer/PrintLegacy?name=Header
Accept: application/pdf

###

0 comments on commit 3d4262d

Please sign in to comment.