put

fun put(address: String, utf8: String)

Writes a resource as UTF-8. Throws if the backend is readonly.


fun put(address: String, data: ByteString)

Writes a resource. Throws if the backend is readonly.