You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/server/templates/content/tab_reqbuilder.templ
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ type ReqBuilderForm struct {
18
18
19
19
templReqBuilderTab(txsSet vsl.TransactionSet) {
20
20
<divid="tabRequest"class="tabcontent">
21
-
<p>Here you can generate commands with <ahref="https://curl.se/"target="_blank">curl</a> and other tools based on parsed VSL transaction tags. For POST/PUT requests, <b>body is not available</b> in varnishlog and won’t be included.</p>
21
+
<p>Generate <ahref="https://curl.se/"target="_blank">curl</a> commands directly from parsed VSL transaction data. Note that for POST and PUT requests, the request body is not recorded by <code>varnishlog</code> and therefore cannot be included.</p>
0 commit comments