HttpRequestBeanFactory

@Factory()
open class HttpRequestBeanFactory

Helper factory for the HttpRequest bean.

Constructors

HttpRequestBeanFactory
Link copied to clipboard
fun HttpRequestBeanFactory()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
httpRequest
Link copied to clipboard
@Bean()
open fun httpRequest(): HttpRequest<*>
toString
Link copied to clipboard
open fun toString(): String