{"id":24335523,"url":"https://github.com/viddem/requeste-rs","last_synced_at":"2026-04-18T20:31:40.671Z","repository":{"id":198287136,"uuid":"696487186","full_name":"ViddeM/requeste-rs","owner":"ViddeM","description":"Insomnia clone with Tauri \u0026 nextjs","archived":false,"fork":false,"pushed_at":"2024-07-13T01:13:08.000Z","size":5801,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T16:49:04.826Z","etag":null,"topics":["hacktoberfest","hacktoberfest2023"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ViddeM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-25T20:58:07.000Z","updated_at":"2024-07-13T01:13:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2316ca9-45e3-4d1b-b210-b72a67332bf1","html_url":"https://github.com/ViddeM/requeste-rs","commit_stats":null,"previous_names":["viddem/requeste-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ViddeM/requeste-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViddeM%2Frequeste-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViddeM%2Frequeste-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViddeM%2Frequeste-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViddeM%2Frequeste-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ViddeM","download_url":"https://codeload.github.com/ViddeM/requeste-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViddeM%2Frequeste-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2023"],"created_at":"2025-01-18T05:18:58.503Z","updated_at":"2026-04-18T20:31:40.654Z","avatar_url":"https://github.com/ViddeM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requeste-RS\nRequesters is a request testing application inspired by insomnia and postman built with Tauri and NextJS.\n\n## Development\nThese are the steps necessary to develop on this application\n\n### Setup\nTo run the application you first need to install all dependencies: \nFor the frontend, run `yarn` in the root directory of the application to install all nextjs dependencies.\nFor the backend, run `cargo build` in the `src-tauri/` directory of the application.\n\nFor tauri you will also need to install the tauri CLI by running `cargo install tauri-cli`, please refer to the [tauri-website](https://tauri.app/) for information regarding other system dependencies that are required to run tauri. \n\n### Running development\nTo run \u0026 watch the files, run `cargo tauri dev` in the root directory of the project.\nPlease note that changes to the frontend (`src/` directory) should hot-reload in the application window. \nHowever, any changes to the backend (`src-tauri/` directory) will lead to the application restarting.\n\n\n## Features / TODO\nA list of features and their status in the project. \nStatuses:\n - ❌ Not started\n - 🏗️ Partially implemented\n - 🍑 Implemented in backend\n - 🍏 Implemented in frontend\n - ✅ Done!\n\n### Sending requests\n - ✅ HTTP Methods:\n   - ✅ GET\n   - ✅ POST\n   - ✅ PUT\n   - ✅ DELETE\n   - ✅ OPTION\n   - ✅ HEAD\n - 🏗️ Headers\n   - ✅ User can specify custom headers\n   - ❌ Default headers, should be used iff the user haven't specified anything for that header.\n     - ❌ User-agent\n     - ❌ Accept\n     - ❌ Content-Type\n     - ❌ Content-Length\n - 🏗️ Request Body\n   - 🍏 JSON \n   - ❌ XML\n   - ❌ Multi-part-form\n   - ❌ Plain\n - ❌ Websockets\n - ❌ GraphQL\n - ❌ Handle redirects\n\n### Viewing sent requests\n - 🏗️ Trace of request\n   - ✅ See sent/received headers\n   - ❌ See sent/received body\n   - ❌ See certificate handling\n   - ❌ See multiple requests/responses\n   - ❌ Color code requests/responses\n   - ❌ See \"trace\" specific detailed information\n - ✅ Raw response body\n   - ✅ See stringified body\n - ✅ Headers\n   - ✅ See response headers\n - 🏗️ Preview\n   - 🏗️ HTML response\n     - ✅ Basic html view in iframe\n     - ❌ Support images\n     - ❌ load css?\n\n### Store requests\n - 🏗️ Sidepanel with requests listings\n   - ✅ List of template http requests that can be reused\n   - ❌ Store the current request to the list (and store to file)\n - ❌ Load from file\n - ❌ Multiple \"projects\"\n - ❌ Store data between requests, e.g. making one request, switching to another and then switching back should still show the previous response for that request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviddem%2Frequeste-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviddem%2Frequeste-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviddem%2Frequeste-rs/lists"}