All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rockjam.httpaste.curl.package.scala Maven / Gradle / Ivy

The newest version!
package com.github.rockjam.httpaste

import contextual.Prefix

package object curl {

  implicit class CurlStringContext(val ctx: StringContext) {
    val curl = Prefix(CurlInterpolator, ctx)
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy