SourceMap

org.http4s.headers.SourceMap
See theSourceMap companion object
final case class SourceMap(uri: Uri)

A Response header that links generated code to a source map, enabling the browser to reconstruct the original source and present the reconstructed original in the debugger.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap

Value parameters

uri

A relative (to the request URL) or absolute URL pointing to a source map file.

Attributes

Companion
object
Source
SourceMap.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product