Overview  Index  Help 
SMLDoc

HTML.HttpMethod

Enclosing Modules:

HTML


structure HttpMethod =
struct
  type method = string ref
  val get : method
  val put : method
  val toString : method -> string
  val fromString : string -> method option
end

 
Type detail

method

type method = string ref

     
Value detail

get

val get : method


put

val put : method


toString

val toString : method -> string


fromString

val fromString : string -> method option

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML