mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:51:25 +00:00
update doc
This commit is contained in:
parent
89d7d31bfc
commit
785924dec2
@ -213,8 +213,8 @@ Others
|
|||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
#### to save request data
|
#### to save request data
|
||||||
* to save request data to local file, using the following param ``` anyproxy --file /path/to/file ```
|
* to save request data to local file, use ``` anyproxy --file /path/to/file ```
|
||||||
* anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some duplicate record in local file. Remember to use the last records with the same id.
|
* anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some redundant record in local file. For those dupplicated ones with the same id, just use the lastest line of record.
|
||||||
|
|
||||||
#### work as a module for nodejs
|
#### work as a module for nodejs
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user