Skip to content

Replace http-me.glitch.me with http-me.fastly.dev #1188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/backend/Backend/Backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch
"type": "javascript",
"title": "Explicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/backend/Backend/prototype/name.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec
"type": "javascript",
"title": "Backend.prototype.name Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/backend/Backend/prototype/toString.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec
"type": "javascript",
"title": "Backend.prototype.toString Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch
"type": "javascript",
"title": "Explicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to
"type": "javascript",
"title": "CacheOverride Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this example we have a resource link named "animals" (which is linked to a co
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/dictionary/Dictionary/Dictionary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/dictionary/Dictionary/prototype/get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/env/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h
"type": "javascript",
"title": "env Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/experimental/allowDynamicBackends.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req
"type": "javascript",
"title": "Dynamic Backends Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin
"type": "javascript",
"title": "getGeolocationForIpAddress Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w
"type": "javascript",
"title": "Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/logger/Logger/Logger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^3\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/logger/Logger/prototype/log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger.prototype.log Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^3\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req
"type": "javascript",
"title": "Implicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down Expand Up @@ -148,7 +148,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch
"type": "javascript",
"title": "Explicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec
"type": "javascript",
"title": "Backend.prototype.toString Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to
"type": "javascript",
"title": "CacheOverride Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-1.13.0/env/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h
"type": "javascript",
"title": "env Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req
"type": "javascript",
"title": "Dynamic Backends Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In this example we return the geolocation details for the provided ip querystrin
"type": "javascript",
"title": "getGeolocationForIpAddress Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-1.13.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w
"type": "javascript",
"title": "Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger.prototype.log Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req
"type": "javascript",
"title": "Implicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down Expand Up @@ -148,7 +148,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch
"type": "javascript",
"title": "Explicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec
"type": "javascript",
"title": "Backend.prototype.toString Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to
"type": "javascript",
"title": "CacheOverride Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "ConfigStore Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca
"type": "javascript",
"title": "Dictionary Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-2.5.0/env/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h
"type": "javascript",
"title": "env Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req
"type": "javascript",
"title": "Dynamic Backends Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In this example we return the geolocation details for the provided ip querystrin
"type": "javascript",
"title": "getGeolocationForIpAddress Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
2 changes: 1 addition & 1 deletion documentation/versioned_docs/version-2.5.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w
"type": "javascript",
"title": "Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming
"type": "javascript",
"title": "Logger.prototype.log Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch
"type": "javascript",
"title": "Explicit Dynamic Backend Example",
"origins": [
"https://http-me.glitch.me"
"https://http-me.fastly.dev"
],
"src": {
"deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}",
Expand Down
Loading
Loading