HttpRequestMethodValue

org.typelevel.otel4s.semconv.attributes.HttpAttributes.HttpRequestMethodValue
See theHttpRequestMethodValue companion class

Attributes

Companion
class
Source
HttpAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Connect extends HttpRequestMethodValue

CONNECT method.

CONNECT method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Connect.type
case object Delete extends HttpRequestMethodValue

DELETE method.

DELETE method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object Get extends HttpRequestMethodValue

GET method.

GET method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Get.type
case object Head extends HttpRequestMethodValue

HEAD method.

HEAD method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Head.type
case object Options extends HttpRequestMethodValue

OPTIONS method.

OPTIONS method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Options.type
case object Other extends HttpRequestMethodValue

Any HTTP method that the instrumentation has no prior knowledge of.

Any HTTP method that the instrumentation has no prior knowledge of.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Other.type
case object Patch extends HttpRequestMethodValue

PATCH method.

PATCH method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Patch.type
case object Post extends HttpRequestMethodValue

POST method.

POST method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Post.type
case object Put extends HttpRequestMethodValue

PUT method.

PUT method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Put.type
case object Trace extends HttpRequestMethodValue

TRACE method.

TRACE method.

Attributes

Source
HttpAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Trace.type