server-side-swift
Here are 459 public repositories matching this topic...
-
Updated
Jul 24, 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
Aug 4, 2021 - Swift
-
Updated
Jul 16, 2021 - Swift
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - Swift
-
Updated
Jun 3, 2021 - Swift
-
Updated
Jul 10, 2021 - Swift
-
Updated
Aug 15, 2021 - Swift
-
Updated
Jul 12, 2021 - 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
Oct 10, 2018 - Swift
-
Updated
Mar 29, 2021 - Swift
-
Updated
Jul 22, 2021 - Swift
-
Updated
Jan 21, 2020 - HTML
-
Updated
May 24, 2018 - Swift
-
Updated
May 5, 2021 - Swift
-
Updated
Apr 17, 2020 - Swift
-
Updated
Aug 9, 2021 - Swift
-
Updated
Aug 12, 2021 - Swift
-
Updated
May 7, 2021 - Swift
-
Updated
Aug 13, 2021 - Swift
-
Updated
Jun 18, 2021 - Swift
-
Updated
Nov 8, 2018
-
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."
When sending a request body that decodes a
Content
type. If the request is sent as multipart with the right header set, but the body is empty, a 500 error is returned. This can cause problems with apps that have automatic reporting for internal server errors as it should be reported as a bad request