| SMLDoc |
structure HttpMethod :
sig
eqtype method
val get : method
val put : method
val toString : method -> string
val fromString : string -> method option
end
Type detail |
---|
eqtype method
Value detail |
---|
val get : method
val put : method
val toString : method -> string
val fromString : string -> method option
| SMLDoc: Documentation generator for SML |