server-side-swift
Here are 452 public repositories matching this topic...
-
Updated
Feb 8, 2021 - Swift
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
Jun 18, 2021 - Swift
-
Updated
Jun 4, 2021 - Swift
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - Swift
-
Updated
Jun 3, 2021 - Swift
-
Updated
Jun 17, 2021 - Swift
-
Updated
Jun 14, 2021 - Swift
-
Updated
Jan 6, 2020 - Ruby
-
Updated
Oct 25, 2018 - Swift
Currently it just strips out all the html tags and outputs that. Which means for some API documentation it just creates super long lines of text, which Xcode turns into a wall of text which is unreadable.
- break text based on
<p>,<h*>
tags - add bullet points for
<li>
tags - Remove href and only show body for
<a>
tags - Limit line length to 100 characters
-
Updated
Mar 29, 2021 - Swift
-
Updated
Oct 10, 2018 - Swift
-
Updated
Jan 21, 2020 - HTML
-
Updated
May 24, 2018 - Swift
-
Updated
Apr 22, 2021 - Swift
-
Updated
May 5, 2021 - Swift
-
Updated
Apr 17, 2020 - Swift
-
Updated
May 7, 2021 - Swift
-
Updated
May 7, 2021 - Swift
-
Updated
Jun 4, 2021 - Swift
-
Updated
Nov 8, 2018
-
Updated
Jun 18, 2021 - Swift
-
Updated
Jun 17, 2021 - Swift
-
Updated
Nov 21, 2020 - Swift
-
Updated
Mar 12, 2021 - Swift
Improve this page
Add a description, image, and links to the server-side-swift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the server-side-swift topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using content type
application/x-www-form-urlencoded
, Validating a request body contents forrequired
fields, when none of them is present on the the body, validator returnsAbort.422: Unprocessable Entity
error instead ofValidationError
This issue will not occurs when content type is
application/json
To Reproduce
Create a request content with one