Property
gemini
Gemini is a lightweight alternative to the web that always uses TLS. Servers are known as capsules and listen on port 1965 by default.
| Property Name | Type | Description | Required |
|---|---|---|---|
| body | string | Body of the response. Only available for successful (2x) responses. | |
| data | string | Meta information from the response header. For successful responses this is the MIME type of the body, otherwise it contains the error message. | |
| status | integer | Status code of the Gemini response. Codes in the 20-29 range indicate success. |
↑ TopSearch Queries
↑ TopExample
{
"status": 53,
"data": "Proxy request refused"
}