05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Add static instances of `Port` for `80` and `443` #512

Closed 05nelsonm closed 2 months ago

05nelsonm commented 2 months ago

e.g.


public object HTTP: Port(value = 80)

public object HTTPS: Port(value = 443)