{"id":15085517,"url":"https://github.com/timonson/deno_tlsify","last_synced_at":"2026-02-02T13:11:43.101Z","repository":{"id":62421943,"uuid":"308671769","full_name":"timonson/deno_tlsify","owner":"timonson","description":"Redirect from HTTP to HTTPS using the Deno Web Workers API","archived":false,"fork":false,"pushed_at":"2021-05-31T16:51:21.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T12:55:08.580Z","etag":null,"topics":["deno","tls","webworker","worker"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timonson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-30T15:33:41.000Z","updated_at":"2021-05-31T16:50:17.000Z","dependencies_parsed_at":"2022-11-01T17:32:13.706Z","dependency_job_id":null,"html_url":"https://github.com/timonson/deno_tlsify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/timonson/deno_tlsify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonson%2Fdeno_tlsify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonson%2Fdeno_tlsify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonson%2Fdeno_tlsify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonson%2Fdeno_tlsify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonson","download_url":"https://codeload.github.com/timonson/deno_tlsify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonson%2Fdeno_tlsify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["deno","tls","webworker","worker"],"created_at":"2024-09-25T07:01:33.302Z","updated_at":"2026-02-02T13:11:43.086Z","avatar_url":"https://github.com/timonson.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_tlsify\n\nRedirect from HTTP to HTTPS using the Deno Web Workers API.\n\nRun the example with `deno -A --unstable server.ts`.\n\nYou can use the worker in your own code by importing the Data URL:\n\n```typescript\nimport { redirectionWorkerDataUrl } from \"https://deno.land/x/deno_tlsify/mod.ts\"\n\nconst worker = new Worker(redirectionWorkerDataUrl, {\n  type: \"module\",\n  deno: {\n    namespace: true,\n  },\n})\n\nworker.postMessage({ redirectionUrl: `https://domain.com`, port: 80 })\n```\n\nDon't forget to use deno's `--unstable` flag!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonson%2Fdeno_tlsify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonson%2Fdeno_tlsify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonson%2Fdeno_tlsify/lists"}