UriPathOption.parse constructor

UriPathOption.parse(
  1. Uint8Buffer bytes
)

Implementation

UriPathOption.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.uriPath, bytes);