Http Request Service Impl
Author
Udhaya
Constructors
Types
Functions
Link copied to clipboard
open suspend override fun checkPageAvailability(url: String, headers: <Error class: unknown class><String, String>?): Boolean
Link copied to clipboard
open suspend override fun getRawResponse(url: String, headers: <Error class: unknown class><String, String>?, followRedirect: Boolean): HttpResponse?
Makes Http request
Link copied to clipboard
open suspend override fun getResponse(url: String, headers: <Error class: unknown class><String, String>?): String?
Link copied to clipboard
open suspend override fun headRawResponse(url: String, headers: <Error class: unknown class><String, String>?, followRedirect: Boolean): HttpResponse?
Makes Http request
Link copied to clipboard
Link copied to clipboard