https://github.com/wayou/xml-handling
Handling XML request&response in NestJS
https://github.com/wayou/xml-handling
nest wechat xml
Last synced: 7 months ago
JSON representation
Handling XML request&response in NestJS
- Host: GitHub
- URL: https://github.com/wayou/xml-handling
- Owner: wayou
- Created: 2020-10-19T12:13:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T12:24:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T04:14:59.756Z (9 months ago)
- Topics: nest, wechat, xml
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xml handling in nest
parse xml and response xml in nest.
## installing
```sh
$ yarn
```## running
```sh
$ yarn start:dev
```## testing
```sh
$ curl --location --request POST 'localhost:3000/wxhandler' \
--header 'Content-Type: application/xml' \
--data-raw '
1348831860
1234567890123456
'
```