Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuperDeno

Provides methods for making requests to the configured server using the passed url string, and returning a new Test.

Hierarchy

  • SuperDeno

Index

Methods

checkout

  • checkout(url: string): Test

connect

  • connect(url: string): Test

copy

  • copy(url: string): Test

delete

  • delete(url: string): Test

get

  • get(url: string): Test

head

  • head(url: string): Test

lock

  • lock(url: string): Test

m-search

  • m-search(url: string): Test

merge

  • merge(url: string): Test

mkactivity

  • mkactivity(url: string): Test

mkcol

  • mkcol(url: string): Test

move

  • move(url: string): Test

notify

  • notify(url: string): Test

options

  • options(url: string): Test

patch

  • patch(url: string): Test

post

  • post(url: string): Test

propfind

  • propfind(url: string): Test

proppatch

  • proppatch(url: string): Test

purge

  • purge(url: string): Test

put

  • put(url: string): Test

report

  • report(url: string): Test

search

  • search(url: string): Test

subscribe

  • subscribe(url: string): Test

trace

  • trace(url: string): Test

unlock

  • unlock(url: string): Test

unsubscribe

  • unsubscribe(url: string): Test

Generated using TypeDoc