path

fun path(path: String): HttpBuilder

Set the path for this request

Return

The current builder instance, useful for chaining calls

Parameters

path

the path for the request to make, this will be prefixed with the base url of the node (E.G. http://localhost:2333)