Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun setMaxBodySize(sizeInBytes: Long): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setRequestFilter(filter: (Request) -> Boolean): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setRequestImportantSelector(selector: (Request) -> List<String>): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setRequestReducer(reducer: (Request) -> Request): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setResponseFilter(filter: (Response) -> Boolean): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setResponseImportantSelector(selector: (Response) -> List<String>): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setResponseReducer(reducer: (Response) -> Response): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setRetentionSize(sizeInBytes: Long): ERROR CLASS: Unresolved name: apply
Link copied to clipboard
fun setRetentionTime(seconds: Long): ERROR CLASS: Unresolved name: apply