mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
310 B
310 B
Protocol
The protocol used for the connection (http, https, etc)
Example Usage
import { Protocol } from "@lukehagar/plexjs/sdk/models/operations";
let value: Protocol = Protocol.Http;
Values
| Name | Value |
|---|---|
Http |
http |
Https |
https |