* Issue #248 Add a curl request example
added configurable 3 kinds of request examples:
- basic (default, no source highlight)
- curl (bash source highlight)
- Invoke-WebRequest (powershell source highlight)
* updated default.properties to support curl example request feature
Issue #248 Add a curl request example
added configurable 3 kinds of request examples:
- basic (default, no source highlight)
- curl (bash source highlight)
- Invoke-WebRequest (powershell source highlight)
* added few tests, fixed extra space before query "?" delimiter, added builder configuration methods
Issue #248 Add a curl request example
* fix missig headers in example, fix Content-Type header name spelling
Issue #248 Add a curl request example