Package

unfiltered.response

link

Permalink

package link

Visibility
  1. Public
  2. All

Type Members

  1. final case class Anchor(uri: String) extends Param with Product with Serializable

    Permalink
  2. final case class Extension extends Param with Product with Serializable

    Permalink
  3. final case class ExtensionRel(uri: String) extends Rel with Product with Serializable

    Permalink

    Support for extension relation types as specified in section-4.2

  4. final case class Hreflang(lang: String) extends Param with Product with Serializable

    Permalink
  5. sealed abstract class Media extends Param

    Permalink

    Target media types as described in section-5.4 The meaning and set of possible values for this parameter are specified in the HTML 401 Types specification.

  6. final case class MediaType(typeName: String, subTypeName: String) extends Param with Product with Serializable

    Permalink
  7. sealed abstract class Param extends AnyRef

    Permalink

    Root type for all implementations of link-param as specified in section-5.

    Root type for all implementations of link-param as specified in section-5. Predefined parameter values are specified in various documents linked or referred to in the rfc5988; see Media and Rel. New parameter types can be added to Link headers as link-extension parameters. Extension parameters can be constructed via Param.extension.

  8. final case class Ref extends Product with Serializable

    Permalink

    A link-value as described in section-5.

    A link-value as described in section-5. While Rel is is specified as a parameter, section-3 states that it is required and so it is implemented as a Ref member.

  9. sealed abstract class Rel extends Param

    Permalink

    A link relation type as described in section-5.3.

    A link relation type as described in section-5.3. The relation type is specified as link parameter for which a global set of possible values is catalogued at http://www.iana.org/assignments/link-relations/link-relations.xml. The specification also permits extension types to be provided as absolute URLs (see the ExtensionRel type).

  10. final case class Title(title: String) extends Param with Product with Serializable

    Permalink
  11. final case class TitleStar(titleStar: String) extends Param with Product with Serializable

    Permalink

Value Members

  1. object About extends Rel with Product with Serializable

    Permalink
  2. object All extends Media with Product with Serializable

    Permalink
  3. object Alternate extends Rel with Product with Serializable

    Permalink
  4. object Appendix extends Rel with Product with Serializable

    Permalink
  5. object Archives extends Rel with Product with Serializable

    Permalink
  6. object Aural extends Media with Product with Serializable

    Permalink
  7. object Author extends Rel with Product with Serializable

    Permalink
  8. object Bookmark extends Rel with Product with Serializable

    Permalink
  9. object Braille extends Media with Product with Serializable

    Permalink
  10. object Canonical extends Rel with Product with Serializable

    Permalink
  11. object Chapter extends Rel with Product with Serializable

    Permalink
  12. object Collection extends Rel with Product with Serializable

    Permalink
  13. object Contents extends Rel with Product with Serializable

    Permalink
  14. object Copyright extends Rel with Product with Serializable

    Permalink
  15. object CreateForm extends Rel with Product with Serializable

    Permalink
  16. object Current extends Rel with Product with Serializable

    Permalink
  17. object Describedby extends Rel with Product with Serializable

    Permalink
  18. object Describes extends Rel with Product with Serializable

    Permalink
  19. object Disclosure extends Rel with Product with Serializable

    Permalink
  20. object Duplicate extends Rel with Product with Serializable

    Permalink
  21. object Edit extends Rel with Product with Serializable

    Permalink
  22. object EditForm extends Rel with Product with Serializable

    Permalink
  23. object EditMedia extends Rel with Product with Serializable

    Permalink
  24. object Enclosure extends Rel with Product with Serializable

    Permalink
  25. object First extends Rel with Product with Serializable

    Permalink
  26. object Glossary extends Rel with Product with Serializable

    Permalink
  27. object Handheld extends Media with Product with Serializable

    Permalink
  28. object Help extends Rel with Product with Serializable

    Permalink
  29. object Hosts extends Rel with Product with Serializable

    Permalink
  30. object Hub extends Rel with Product with Serializable

    Permalink
  31. object Icon extends Rel with Product with Serializable

    Permalink
  32. object Index extends Rel with Product with Serializable

    Permalink
  33. object Item extends Rel with Product with Serializable

    Permalink
  34. object Last extends Rel with Product with Serializable

    Permalink
  35. object LatestVersion extends Rel with Product with Serializable

    Permalink
  36. object License extends Rel with Product with Serializable

    Permalink
  37. object Link

    Permalink

    Link header implementation as specified in rfc5988.

  38. object Lrdd extends Rel with Product with Serializable

    Permalink
  39. object Memento extends Rel with Product with Serializable

    Permalink
  40. object Monitor extends Rel with Product with Serializable

    Permalink
  41. object MonitorGroup extends Rel with Product with Serializable

    Permalink
  42. object Next extends Rel with Product with Serializable

    Permalink
  43. object NextArchive extends Rel with Product with Serializable

    Permalink
  44. object Nofollow extends Rel with Product with Serializable

    Permalink
  45. object Noreferrer extends Rel with Product with Serializable

    Permalink
  46. object Original extends Rel with Product with Serializable

    Permalink
  47. object Param

    Permalink
  48. object Payment extends Rel with Product with Serializable

    Permalink
  49. object PredecessorVersion extends Rel with Product with Serializable

    Permalink
  50. object Prefetch extends Rel with Product with Serializable

    Permalink
  51. object Prev extends Rel with Product with Serializable

    Permalink
  52. object PrevArchive extends Rel with Product with Serializable

    Permalink
  53. object Preview extends Rel with Product with Serializable

    Permalink
  54. object Previous extends Rel with Product with Serializable

    Permalink
  55. object Print extends Media with Product with Serializable

    Permalink
  56. object PrivacyPolicy extends Rel with Product with Serializable

    Permalink
  57. object Profile extends Rel with Product with Serializable

    Permalink
  58. object Projection extends Media with Product with Serializable

    Permalink
  59. object Ref extends Serializable

    Permalink
  60. object Related extends Rel with Product with Serializable

    Permalink
  61. object Replies extends Rel with Product with Serializable

    Permalink
  62. object Screen extends Media with Product with Serializable

    Permalink
  63. object Search extends Rel with Product with Serializable

    Permalink
  64. object Section extends Rel with Product with Serializable

    Permalink
  65. object Self extends Rel with Product with Serializable

    Permalink
  66. object Service extends Rel with Product with Serializable

    Permalink
  67. object Start extends Rel with Product with Serializable

    Permalink
  68. object Stylesheet extends Rel with Product with Serializable

    Permalink
  69. object Subsection extends Rel with Product with Serializable

    Permalink
  70. object SuccessorVersion extends Rel with Product with Serializable

    Permalink
  71. object Tag extends Rel with Product with Serializable

    Permalink
  72. object TermsOfService extends Rel with Product with Serializable

    Permalink
  73. object Timegate extends Rel with Product with Serializable

    Permalink
  74. object Timemap extends Rel with Product with Serializable

    Permalink
  75. object Tty extends Media with Product with Serializable

    Permalink
  76. object Tv extends Media with Product with Serializable

    Permalink
  77. object Type extends Rel with Product with Serializable

    Permalink
  78. object Up extends Rel with Product with Serializable

    Permalink
  79. object VersionHistory extends Rel with Product with Serializable

    Permalink
  80. object Via extends Rel with Product with Serializable

    Permalink
  81. object WorkingCopy extends Rel with Product with Serializable

    Permalink
  82. object WorkingCopyOf extends Rel with Product with Serializable

    Permalink

Ungrouped