We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4858b5a commit 25ee8b9Copy full SHA for 25ee8b9
README.md
@@ -97,6 +97,11 @@ RspecApiDocumentation.configure do |config|
97
98
# Used when adding a cURL output to the docs
99
config.curl_host = nil
100
+
101
+ # Used when adding a cURL output to the docs
102
+ # Allows you to filter out headers that are not needed in the cURL request,
103
+ # such as "Host" and "Cookie". Set as an array.
104
+ config.curl_headers_to_filter = nil
105
106
# By default examples and resources are ordered by description. Set to true keep
107
# the source order.
0 commit comments