ContentModifierBuilder

Functions

Link copied to clipboard
fun addHeader(name: String, value: String, type: ContentModifierBuilder.HeaderPropertyType = HeaderPropertyType.Constant)
Link copied to clipboard
fun constant(name: String, value: String)
Link copied to clipboard
fun deleteHeader(name: String)
Link copied to clipboard
Link copied to clipboard
fun property(name: String, propertyName: String)
Link copied to clipboard
fun setBody(value: String, type: ContentModifierBuilder.BodyType = BodyType.Constant)