leptus icon indicating copy to clipboard operation
leptus copied to clipboard

The Erlang REST framework

Results 5 leptus issues
Sort by recently updated
recently updated
newest added

We need some static pages for the documentations, examples, etc.

I have followed this: https://github.com/s1n4/leptus/issues/33 This correctly returns the origin. However, how do you enable CORS support that depends on the Port too? I.e., how do you configure Leptus to...

What do you think about passing the whole Req data to the debug log handler [here](https://github.com/s1n4/leptus/blob/24c503663c6f2e984db911433c5395bff41baeb9/src/leptus_handler.erl#L100)? I'm trying to adopt my own log module instead of leptus_debug_log.erl and I'd like...

Below is what happens with the cowboy part of the make process. If I edit the Makefile to depend on cowboy 1.0.1, the build is successful - but obvs that's...

Optional callback: ``` erlang etag(Route, Req, State) -> {weak | strong, State} ```