Copyright © 2007-2014 Basho Technologies Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Authors: Justin Sheehy (justin@basho.com), Andy Gross (andy@basho.com).
mochiweb_request() = {mochiweb_request, [any()]}
[any()] always looks like this. Basically it should be a record, but is a list inside a tuple. There are more specific types out there I'm sure, but I have better things to do with my time than typespec a module from 2007. I might come back and make these more specific if I encounter anything worth while, but since they can't be included in the spec anyway, it's worthless().
loop/2 | |
new_webmachine_req/1 | |
start/1 | |
stop/0 | |
stop/1 |
loop(Name::any(), MochiReq::mochiweb_request()) -> ok
new_webmachine_req(Request::mochiweb_request()) -> {module(), #wm_reqstate{}} | {{error, term()}, #wm_reqstate{}}
start(Options) -> any()
stop() -> any()
stop(Name) -> any()
Generated by EDoc