File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # Preserve line endings in HTTP fixture files
2+ # These files contain raw HTTP requests/responses. Treat them as binary
3+ # to prevent Git from converting line endings.
4+ ** /* .http binary
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ user-agent: DNSimple-Webhook-Notifier/f152781ec87b328bf9edcaa760f0e5342bdd15cf
66content-type: application/json
77connect-time: 1
88via: 1.1 vegur
9- content-length: 561
9+ content-length: 560
1010total-route-time: 0
1111connection: keep-alive
1212
Original file line number Diff line number Diff line change 11POST /1djlwbe1 HTTP/1.1
22host: example.com
3- content-length: 551
3+ content-length: 550
44total-route-time: 0
55via: 1.1 vegur
66accept-encoding: gzip
Original file line number Diff line number Diff line change 11POST /1djlwbe1 HTTP/1.1
22host: example.com
3- content-length: 551
3+ content-length: 550
44accept-encoding: gzip
55x-request-id: 42f14e6a-21e4-4942-9556-682298b5a852
66user-agent: DNSimple-Webhook-Notifier/f152781ec87b328bf9edcaa760f0e5342bdd15cf
You can’t perform that action at this time.
0 commit comments