Replies: 2 comments
-
@Mzack9999 @ehsandeep can one of you take a look at this question? Thanks! |
Beta Was this translation helpful? Give feedback.
-
If you look at the example script in examples/example.go you can see the basics of how to use the runner. Almost all the PD tools operate by passing an option struct which lets you define what to scan for and how to store it. HTTPX uses a callback in the option so the result can be processed further. The result struct is easy to work with - so in that callback just call any values in the result struct but be sure to handle if they errors and check for values. Then write them to an HTML template or store them in a JSON to be loaded by your HTML page.. etc.
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Error: httpxRunner.RunEnumeration() (no value) used as value
Beta Was this translation helpful? Give feedback.
All reactions