@pb33f/wiretap 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# wiretap
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
A local and pipeline based tool to sniff API request and responses from clients and servers
|
|
4
5
|
to detect OpenAPI contract violations and compliance.
|
|
5
6
|
|
|
@@ -11,6 +12,9 @@ This is an early tool and in active development.
|
|
|
11
12
|
Probably best to leave this one alone for now, come back later
|
|
12
13
|
when it's a little more baked.
|
|
13
14
|
|
|
15
|
+
|
|
16
|
+

|
|
17
|
+
|
|
14
18
|
## Configuring paths & rewriting them.
|
|
15
19
|
|
|
16
20
|
Provide a configuration for path rewriting via the wiretap config.
|
package/package.json
CHANGED