# Protocol The protocol used for the connection (http, https, etc) ## Example Usage ```typescript import { Protocol } from "@lukehagar/plexjs/sdk/models/operations"; let value: Protocol = Protocol.Http; ``` ## Values | Name | Value | | ------- | ------- | | `Http` | http | | `Https` | https |