Hello all,
under http there are predefined methods (get, post, ect.)
Is is possible to add another method?
I would like to have postSomehow method.
TIA,
Gordan
Hello all,
under http there are predefined methods (get, post, ect.)
Is is possible to add another method?
I would like to have postSomehow method.
TIA,
Gordan
I believe pub.client:http can only do accept (get,Post)methods,If you want to customize more methods then you might need to define own custom http handler,but ultimately i have no clue about it at this time.
May be some experts have done this type.
thanks.