HttpApiClient.RestBuilder

Members

Functions

DELETE
HttpRequestWrapper DELETE()
GET
HttpRequestWrapper GET()
PATCH
HttpRequestWrapper PATCH(T t)
POST
HttpRequestWrapper POST(T t)
PUT
HttpRequestWrapper PUT(T t)
opCall
RestBuilder opCall(string name, T value)
opDispatch
RestBuilder opDispatch(string n, T v)

The args are so you can call opCall on the returned object, despite @property being broken af in D.

opDispatch
RestBuilder opDispatch()
opIndex
RestBuilder opIndex(string str)
opIndex
RestBuilder opIndex(var str)
opIndex
RestBuilder opIndex(int i)
toUri
string toUri()

Meta