init of rust

This commit is contained in:
Filipriec
2026-03-24 13:33:21 +01:00
commit cd768e5498
8 changed files with 99 additions and 0 deletions

19
ro-session.json Normal file
View File

@@ -0,0 +1,19 @@
{
"__meta__": {
"about": "HTTPie session file",
"help": "https://httpie.io/docs#sessions",
"httpie": "3.2.4"
},
"auth": {
"password": null,
"type": null,
"username": null
},
"cookies": [],
"headers": [
{
"name": "Custom-Header",
"value": "orig-value"
}
]
}