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

Attributes

uri

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

Companion:
object
Source:
SourceMap.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product