jsonfry

Results 6 issues of jsonfry

The scrolling goes a bit crazy when the DragLinearLayout is nested within a few layouts within the ScrollView, rather than the LinearLayout being the child of a ScrollView. This fixes...

When doing a POST, PUT, or PATCH with the "No Body" option selected, a `Content-Type` header is sent with the value of `application/x-www-form-urlencoded`. There should be no content type header...

Allow the changing of the local lambda server's invocation endpoint ### Motivation: _[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_...

### Expected behavior When debugging locally, you have to send POST requests to `/invoke`. I'm trying to use another [lambda local tool](https://docs.aws.amazon.com/lambda/latest/dg/images-test.html) that is expecting the invoke url to be...

Use Swift HTTP types package for status and method ### Motivation: As mentioned in #46 there is some overlap between the definitions of http types in this library and in...

This is more of a question or thought than a bug... There's some HTTP implementation here: https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/Utils/HTTP.swift that has a lot of overlap with the recent https://github.com/apple/swift-http-types library. Would it...